summaryrefslogtreecommitdiffstats
path: root/test/config/resources.ini
blob: 2c0c22176f2ec070c5896d0f38134217a53dbf39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[icingaweb_db]
type = "db"
db = "mysql"
host = "db"
port = ""
dbname = "icingaweb2"
username = "icingaweb2"
password = "rosebud"
charset = ""
persistent = "0"
use_ssl = "0"

[icinga_db]
type = "db"
db = "mysql"
host = "db"
dbname = "icinga"
username = "icingaweb2"
password = "rosebud"

[icinga_legacy_db]
type = "db"
db = "mysql"
host = "db"
dbname = "icinga_legacy"
username = "icingaweb2"
password = "rosebud"