22 lines
311 B
INI
22 lines
311 B
INI
|
[icingaweb_db]
|
||
|
type = "db"
|
||
|
db = "mysql"
|
||
|
host = "localhost"
|
||
|
port = ""
|
||
|
dbname = "icingaweb2"
|
||
|
username = "user"
|
||
|
password = "pass"
|
||
|
charset = ""
|
||
|
use_ssl = "0"
|
||
|
|
||
|
[icinga_ido]
|
||
|
type = "db"
|
||
|
db = "mysql"
|
||
|
host = "localhost"
|
||
|
port = ""
|
||
|
dbname = "icinga2"
|
||
|
username = "user"
|
||
|
password = "pass"
|
||
|
charset = "utf8mb4"
|
||
|
use_ssl = "0"
|