mirror of
https://bitbucket.org/theswgsource/configs-1.2.git
synced 2026-01-15 23:04:55 -05:00
Modified to adjust to local known IP address and a few other corrections.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user