13 lines
290 B
Text
13 lines
290 B
Text
/**
|
|
* The db_ido_mysql library implements IDO functionality
|
|
* for MySQL.
|
|
*/
|
|
|
|
library "db_ido_mysql"
|
|
|
|
object IdoMysqlConnection "ido-mysql" {
|
|
user = "icinga"
|
|
password = "{%- include 'secure/passwords/icinga_db_password.txt' -%}"
|
|
host = "sql.actcur.com"
|
|
database = "icinga2_ido"
|
|
}
|