mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-21 09:48:12 +02:00
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
/**
|
|
* The db_ido_mysql library implements IDO functionality
|
|
* for MySQL.
|
|
*/
|
|
|
|
library "db_ido_mysql"
|
|
|
|
object IdoMysqlConnection "ido-mysql" {
|
|
user = "icinga2",
|
|
password = "icinga2",
|
|
host = "localhost",
|
|
database = "icinga2"
|
|
}
|