15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
|
/**
|
||
|
* The db_ido_mysql library implements IDO functionality
|
||
|
* for MySQL.
|
||
|
*/
|
||
|
|
||
|
library "db_ido_mysql"
|
||
|
|
||
|
object IdoMysqlConnection "ido-mysql" {
|
||
|
user = "user",
|
||
|
password = "pass",
|
||
|
host = "localhost",
|
||
|
database = "icinga2"
|
||
|
}
|
||
|
|