mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-01-15 23:04:57 -05: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.
21 lines
297 B
INI
21 lines
297 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
|
|
|
|
.include "nodes.cfg" |