You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
543 B
22 lines
543 B
[icingaweb_db]
|
|
type = "db"
|
|
db = "mysql"
|
|
host = {{ icingaweb2_mysql_auth.host }}
|
|
port = 3306
|
|
dbname = {{ icingaweb2_mysql_db.name }}
|
|
username = {{ icingaweb2_mysql_db.user }}
|
|
password = {{ icingaweb2_mysql_db.password }}
|
|
prefix = "icingaweb_"
|
|
charset = "utf8"
|
|
persistent = "0"
|
|
|
|
[icinga_ido]
|
|
type = "db"
|
|
db = "mysql"
|
|
host = {{ icingaweb2_mysql_ido_db.host }}
|
|
port = 3306
|
|
dbname = {{ icingaweb2_mysql_ido_db.name }}
|
|
username = {{ icingaweb2_mysql_ido_db.user }}
|
|
password = {{ icingaweb2_mysql_ido_db.password }}
|
|
charset = "utf8"
|
|
persistent = "0"
|
|
|