mirror of
https://github.com/SWG-Source/configs.git
synced 2026-01-16 19:04:17 -05:00
Let build.xml set the DSN
This commit is contained in:
@@ -5,11 +5,11 @@ loginServerAddress=HOSTIP
|
|||||||
clusterName=CLUSTERNAME
|
clusterName=CLUSTERNAME
|
||||||
|
|
||||||
[dbProcess]
|
[dbProcess]
|
||||||
DSN=//127.0.0.1/swg
|
DSN=DBSERVICE
|
||||||
databaseUID=DBUSERNAME
|
databaseUID=DBUSERNAME
|
||||||
|
|
||||||
[LoginServer]
|
[LoginServer]
|
||||||
DSN=//127.0.0.1/swg
|
DSN=DBSERVICE
|
||||||
databaseUID=DBUSERNAME
|
databaseUID=DBUSERNAME
|
||||||
developmentMode=true
|
developmentMode=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user