From 10ac437a4233da11542ebcb716346bd86e19f6e0 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Tue, 7 May 2019 13:46:42 -0400 Subject: [PATCH] Temp fix to default.cfg because ANT isnt defining the DSN Temporary fix to default.cfg because ANT isn't defining the DSN --- linux/default.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/default.cfg b/linux/default.cfg index 6a9c591..32acc38 100755 --- a/linux/default.cfg +++ b/linux/default.cfg @@ -5,11 +5,11 @@ loginServerAddress=HOSTIP clusterName=CLUSTERNAME [dbProcess] -DSN=DBSERVICE +DSN=//127.0.0.1/swg databaseUID=DBUSERNAME [LoginServer] -DSN=DBSERVICE +DSN=//127.0.0.1/swg databaseUID=DBUSERNAME developmentMode=true