summaryrefslogtreecommitdiffstats
path: root/test/config/icingaweb2/resources.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/icingaweb2/resources.ini')
-rw-r--r--test/config/icingaweb2/resources.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/config/icingaweb2/resources.ini b/test/config/icingaweb2/resources.ini
new file mode 100644
index 0000000..7dd53ee
--- /dev/null
+++ b/test/config/icingaweb2/resources.ini
@@ -0,0 +1,19 @@
+[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"