Modified to adjust to local known IP address and a few other corrections.

This commit is contained in:
CekisSWG
2018-04-01 17:15:36 -07:00
parent 099b7456c7
commit 7a6e59f4a8
4 changed files with 22 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[CentralServer]
clusterName=CLUSTERNAME
metricsDataURL=http://192.168.2.111/serverstats
#metricsDataURL=http://192.168.0.95/serverstats
webUpdateIntervalSeconds=600
newbieTutorialEnabled=0
#startPlanet=tutorial
@@ -132,11 +132,11 @@ forceFoolsDay=false
# gcwraid controls the GCW Raids for Theed, Coronet, Bestine and Anchorhead as well as the cheerleader events with associated quests (must be set to 'true' to have it turned on - any other value will disable it).
gcwraid=true
# goldenTicket turns the golden ticket lottery event on (for entry to live)
goldenTicket=true
#goldenTicket=false
# lotteryTicketsAvailable is the total number of golden tickets available for the golden ticket event
goldenTicketsAvailable=10
#goldenTicketsAvailable=10
# goldenTicketDropChance is the chance for a golden ticket to drop (for the golden ticket event) - value must be between 0 (won't ever drop) and 100 (always drops)
goldenTicketDropChance=2
#goldenTicketDropChance=2
[SharedLog]
logTarget=net:HOSTIP:44467

View File

@@ -1,13 +1,13 @@
[SharedLog]
logTarget=file:logs/log.txt{c-profile:c-CustomerService:c-stderr}
logTarget=file:logs/customerService.log{c-!CustomerService}
logTarget=file:logs/profile.txt{c-!profile}
logTarget=file:logs/balance.log{c-!GameBalance}
logTarget=file:logs/startupLog.log{c-*:c+ServerStartup:c+Preload}
logTarget=file:logs/serverclock.log{c-!ServerClock}
logTarget=file:logs/population.log{c-!PopulationLog}
logTarget=file:logs/stderr.txt{c-!stderr}
logTarget=file:logs/cts.txt{d-!CharacterTransfer:p+TransferServer:d+TransferServer:c+CharacterTransfer}
logTarget=file:logs/commodities.txt{c-!CommoditiesServer}
logTarget=file:logs/taskProcessDied.txt{c-!TaskProcessDied}
logTarget=file:logs/live-lottery.txt{c-!live-lottery}
#logTarget=file:logs/log.txt{c-profile:c-CustomerService:c-stderr}
#logTarget=file:logs/customerService.log{c-!CustomerService}
#logTarget=file:logs/profile.txt{c-!profile}
#logTarget=file:logs/balance.log{c-!GameBalance}
#logTarget=file:logs/startupLog.log{c-*:c+ServerStartup:c+Preload}
#logTarget=file:logs/serverclock.log{c-!ServerClock}
#logTarget=file:logs/population.log{c-!PopulationLog}
#logTarget=file:logs/stderr.txt{c-!stderr}
#logTarget=file:logs/cts.txt{d-!CharacterTransfer:p+TransferServer:d+TransferServer:c+CharacterTransfer}
#logTarget=file:logs/commodities.txt{c-!CommoditiesServer}
#logTarget=file:logs/taskProcessDied.txt{c-!TaskProcessDied}
#logTarget=file:logs/live-lottery.txt{c-!live-lottery}

View File

@@ -7,7 +7,7 @@
[LoginServer]
databasePWD=DBPASSWORD
useExternalAuth=false
externalAuthURL= # example :http://192.168.2.111/game/login
externalAuthURL= # example :http://192.168.0.95/game/login
[dbProcess]
databaseProtocol=OCI

View File

@@ -21,14 +21,11 @@ respecDurationAllowedInSeconds=2419200
frameRateLimit=5
[SharedFile]
searchPath2=../../data/sku.0/sys.shared/compiled/game
searchPath2=../../data/sku.0/sys.server/compiled/game
searchPath1=../../data/sku.0/sys.shared/built/game
searchPath1=../../data/sku.0/sys.server/built/game
searchPath0=../../data/sku.0/sys.client/compiled/game
searchPath0=../../data/sku.1/sys.client/compiled/game
searchPath0=../../data/sku.2/sys.client/compiled/game
searchPath0=../../data/sku.3/sys.client/compiled/game
searchPath2=../../data/sku.0/sys.shared/compiled/game/
searchPath2=../../data/sku.0/sys.server/compiled/game/
searchPath1=../../data/sku.0/sys.shared/built/game/
searchPath1=../../data/sku.0/sys.server/built/game/
searchPath0=../../data/sku.0/sys.client/compiled/clientdata/
[dbProcess]
useTemplates=1