20 lines
402 B
Text
20 lines
402 B
Text
|
|
[icingaweb_db]
|
||
|
|
type = "db"
|
||
|
|
db = "mysql"
|
||
|
|
host = "localhost"
|
||
|
|
port = "3306"
|
||
|
|
dbname = "{{ icingaweb_database }}"
|
||
|
|
username = "{{ icingaweb_db_user }}"
|
||
|
|
password = "{{ icingaweb_db_password }}"
|
||
|
|
charset = "utf8mb4"
|
||
|
|
|
||
|
|
[icingadb]
|
||
|
|
type = "db"
|
||
|
|
db = "mysql"
|
||
|
|
host = "localhost"
|
||
|
|
port = "3306"
|
||
|
|
dbname = "{{ icingadb_database }}"
|
||
|
|
username = "{{ icingadb_user }}"
|
||
|
|
password = "{{ icingadb_password }}"
|
||
|
|
charset = "utf8mb4"
|