Merge pull request #3 from SWG-Source/3.0/enable-auth

3.0/enable auth
This commit is contained in:
IrishDarkshadow
2020-09-14 08:36:44 +01:00
committed by GitHub
3 changed files with 17 additions and 5 deletions

View File

@@ -17,4 +17,4 @@ developmentMode=true
developmentMode=true
[GameServer]
adminGodToAll=1
#adminGodToAll=1

View File

@@ -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)
@@ -344,3 +344,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

View File

@@ -6,7 +6,7 @@
[LoginServer]
databasePWD=DBPASSWORD
useExternalAuth=false
#useExternalAuth=false
#externalAuthURL=http://127.0.0.1/auth.php
[dbProcess]