alliance-boreale/infrastructure/icinga2-ansible-noc/ansible/roles/icingaweb2/templates/resources.ini.j2

20 lines
402 B
Text
Raw Normal View History

2026-05-14 08:54:41 -04:00
[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"