36 lines
659 B
INI
36 lines
659 B
INI
[icingaweb-mysql]
|
|
type = db
|
|
db = mysql
|
|
host = localhost
|
|
port = 3306
|
|
password = icingaweb
|
|
username = icingaweb
|
|
dbname = icingaweb
|
|
|
|
[icingaweb-pgsql]
|
|
type = db
|
|
db = pgsql
|
|
host = localhost
|
|
port = 5432
|
|
password = icingaweb
|
|
username = icingaweb
|
|
dbname = icingaweb
|
|
|
|
[ido-mysql]
|
|
type = db
|
|
db = mysql
|
|
host = localhost
|
|
port = 3306
|
|
password = icinga2
|
|
username = icinga2
|
|
dbname = icinga2
|
|
|
|
[ido-pgsql]
|
|
type = db
|
|
db = pgsql
|
|
host = localhost
|
|
port = 5432
|
|
password = icinga2
|
|
username = icinga2
|
|
dbname = icinga2
|