Files
configs/tc/linux/servercommon.cfg
2018-05-17 23:51:01 -04:00

35 lines
979 B
INI

####servercommon.cfg
.include "../../exe/shared/servercommon.cfg"
.include "default.cfg"
##Settings needed for basic operation.
##These settings may be overridden by those in localOptions.cfg which is included at the end of this file.
[LoginServer]
databasePWD=DBPASSWORD
##Uncomment below to enable authentication; and be sure IP is set to that of the VM
#externalAuthURL=http://HOSTNAME/api/auth
[CentralServer]
#metricsDataURL=http://HOSTNAME/api/sendMetrics
#webUpdateIntervalSeconds=5
[dbProcess]
databaseProtocol=OCI
databasePWD=DBPASSWORD
[GameServer]
javaVMName=sun
[TaskManager]
environmentVariable=NLS_LANG=american_america.utf8
environmentVariable=PATH+=/usr/java/bin:/usr/java/jre/bin:./
environmentVariable=LD_LIBRARY_PATH+=/usr/java/jre/bin:/usr/java/jre/bin/classic:./
##Uncomment below, multiserver.cfg to enable multiserver capabilities of this VM
#.include "multiserver.cfg"
.include "serverNetwork.cfg"
.include "localOptions.cfg"
.include "nodes.cfg"