From 518e56befaeb44df719c2d1db7daf7b0de6f3c1d Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 5 Jan 2022 14:56:44 +0000 Subject: Remove references to MariaDB from resource files Issue-ID: POLICY-2086 Change-Id: I891feb05d2e964ae8d4454d30672ffc77c1da555 Signed-off-by: Wayne Dunican --- .../src/main/resources/papsetup/config/pap/etc/defaultConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/stability/src/main') diff --git a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json b/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json index 2338f93b..f7149b4a 100644 --- a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json +++ b/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json @@ -26,7 +26,7 @@ "databaseUrl": "jdbc:mariadb://mariadb:3306/policyadmin", "databaseUser": "policy_user", "databasePassword": "policy_user", - "persistenceUnit": "PolicyMariaDb" + "persistenceUnit": "PolicyDb" }, "topicParameterGroup": { "topicSources" : [{ -- cgit 1.2.3-korg