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"
|
||
|
}
|