summaryrefslogtreecommitdiffstats
path: root/test/config/resources.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:47:21 +0000
commit1ac4a2050c8076eb96e07e83721ebc9db864db94 (patch)
treeda9b32212bf99154450a7668f61a75f65617a9fa /test/config/resources.ini
parentInitial commit. (diff)
downloadicingaweb2-module-toplevelview-upstream/0.3.3.tar.xz
icingaweb2-module-toplevelview-upstream/0.3.3.zip
Adding upstream version 0.3.3.upstream/0.3.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/config/resources.ini')
-rw-r--r--test/config/resources.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/config/resources.ini b/test/config/resources.ini
new file mode 100644
index 0000000..2c0c221
--- /dev/null
+++ b/test/config/resources.ini
@@ -0,0 +1,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"