summaryrefslogtreecommitdiffstats
path: root/test/config/resources.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/resources.ini')
-rw-r--r--test/config/resources.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/config/resources.ini b/test/config/resources.ini
new file mode 100644
index 0000000..1f64e52
--- /dev/null
+++ b/test/config/resources.ini
@@ -0,0 +1,13 @@
+[Director MySQL TestDB]
+type = "db"
+db = "mysql"
+host = "localhost"
+username = "root"
+charset = "utf8"
+
+[Director PostgreSQL TestDB]
+type = "db"
+db = "pgsql"
+host = "localhost"
+password = "testing"
+charset = "utf8"