mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-08-02 03:16:09 -04:00
[Added] Script to populate Eisley Mayor Building (building spawns should be converted to this if missing, its clean.) [Added] Login authentication via cURL. Created build configs for it. Will configure during build_linux or you can run ./utils/init/buildCurl.sh. [Added] Config flagger for toggling authentication on and off.
20 lines
276 B
INI
20 lines
276 B
INI
[TaskManager]
|
|
loginServerAddress=HOSTIP
|
|
clusterName=CLUSTERNAME
|
|
|
|
[dbProcess]
|
|
DSN=DBSERVICE
|
|
databaseUID=DBUSERNAME
|
|
|
|
[LoginServer]
|
|
DSN=DBSERVICE
|
|
databaseUID=DBUSERNAME
|
|
developmentMode=true
|
|
authentication=false
|
|
|
|
[CentralServer]
|
|
developmentMode=true
|
|
|
|
[GameServer]
|
|
adminGodToAll=0
|