From f66ab8dae2f3d0418759f81a3a64dc9517a62449 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:17:31 +0200 Subject: Adding upstream version 1.10.2. Signed-off-by: Daniel Baumann --- test/config/authentication.ini | 0 test/config/config.ini | 0 test/config/resources.ini | 13 +++++++++++++ 3 files changed, 13 insertions(+) create mode 100644 test/config/authentication.ini create mode 100644 test/config/config.ini create mode 100644 test/config/resources.ini (limited to 'test/config') diff --git a/test/config/authentication.ini b/test/config/authentication.ini new file mode 100644 index 0000000..e69de29 diff --git a/test/config/config.ini b/test/config/config.ini new file mode 100644 index 0000000..e69de29 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" -- cgit v1.2.3