From ad5cd1a04e381c1193cabb68d040b1a8f964e73a Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Thu, 9 Jul 2020 16:51:33 -0400 Subject: [PATCH 1/3] Add default options for WordPress plugin --- linux/localOptions.cfg | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/linux/localOptions.cfg b/linux/localOptions.cfg index 1035d01..b5fd36f 100755 --- a/linux/localOptions.cfg +++ b/linux/localOptions.cfg @@ -85,7 +85,7 @@ loadWholePlanet=1 numTutorialServers=1 [ConnectionServer] -adminAccountDataTable=datatables/admin/stella_admin.iff +#adminAccountDataTable=datatables/admin/stella_admin.iff pingPort=44462 customerServiceBindInterface=eth0 chatServiceBindInterface=eth0 @@ -181,8 +181,8 @@ restussProgressionOn=true [GameServer] #adminAccountDataTable=datatables/admin/stella_admin.iff -adminGodToAll=true -adminGodToAllGodLevel=50 +#adminGodToAll=true +#adminGodToAllGodLevel=50 debugMode=1 ## Server Load Level is the expected loading level for your usage. It controls how many instances of a zone spin up. ## "light" is pretty much for single group servers (you or your friends in a single group. (RECOMMENDED FOR SINGLE PLAYERS) @@ -339,3 +339,15 @@ dailyMissionXpLimit=10 # grant elder buff upon login #grantElderBuff=1 + +[LoginServer] +useExternalAuth=true +externalAuthURL=http://127.0.0.1/?action=swg-auth + +[ServerUtility] +externalAdminLevelsEnabled=true +externalAdminLevelsURL=http://127.0.0.1/?action=swg-auth-admin-level + +[CentralServer] +metricsDataURL=http://127.0.0.1/?action=swg-auth-metrics +webUpdateIntervalSeconds=5 From df8d4207c599bf3d6a73c76b231366d4063ef6e9 Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Thu, 9 Jul 2020 16:52:07 -0400 Subject: [PATCH 2/3] Turn off adminGodToAll --- linux/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/default.cfg b/linux/default.cfg index 32acc38..86d9a37 100755 --- a/linux/default.cfg +++ b/linux/default.cfg @@ -17,4 +17,4 @@ developmentMode=true developmentMode=true [GameServer] -adminGodToAll=1 +#adminGodToAll=1 From ff808eddb52f28977ea3ffc6a103b58b26e4071d Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Thu, 9 Jul 2020 16:53:02 -0400 Subject: [PATCH 3/3] Comment useExternalAuth --- linux/servercommon.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/servercommon.cfg b/linux/servercommon.cfg index 3c316e2..0b9373b 100755 --- a/linux/servercommon.cfg +++ b/linux/servercommon.cfg @@ -6,7 +6,7 @@ [LoginServer] databasePWD=DBPASSWORD -useExternalAuth=false +#useExternalAuth=false #externalAuthURL=http://127.0.0.1/auth.php [dbProcess]