mirror of
https://github.com/SWG-Source/configs.git
synced 2026-01-16 19:04:17 -05:00
Connect to WordPress SWG Auth plugin by default
This commit is contained in:
@@ -13,8 +13,9 @@ MuseumEventDuration=1209600
|
||||
newbieTutorialEnabled=1
|
||||
chatServiceBindInterface=eth0
|
||||
customerServiceBindInterface=eth0
|
||||
webUpdateIntervalSeconds=600
|
||||
developmentMode=true
|
||||
metricsDataURL=http://127.0.0.1/?action=swg-auth-metrics
|
||||
webUpdateIntervalSeconds=10
|
||||
|
||||
|
||||
[CharacterBuilder]
|
||||
@@ -146,8 +147,8 @@ minRespecIntervalInSeconds=43200
|
||||
respecDurationAllowedInSeconds=2419200
|
||||
|
||||
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
||||
adminGodToAll=true
|
||||
adminGodToAllGodLevel=50
|
||||
#adminGodToAll=true
|
||||
#adminGodToAllGodLevel=50
|
||||
|
||||
# Turn on or off Lifeday
|
||||
lifeday=false
|
||||
@@ -349,13 +350,13 @@ passthroughMode=false
|
||||
[LoginServer]
|
||||
#Setting easyExternalAccess to true might make it easier for you to connect to your server from the internet. Make sure your IP is set correctly in CLUSTER_LIST in your database.
|
||||
#easyExternalAccess=true
|
||||
useExternalAuth=false
|
||||
#externalAuthURL=http://127.0.0.1/auth.php
|
||||
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
||||
validateClientVersion=1
|
||||
validateStationKey=0
|
||||
developmentMode=true
|
||||
DSN=//127.0.0.1/swg
|
||||
useExternalAuth=true
|
||||
externalAuthURL=http://127.0.0.1/?action=swg-auth
|
||||
|
||||
|
||||
[PlanetServer]
|
||||
@@ -380,8 +381,8 @@ metricsServerPort=0
|
||||
|
||||
|
||||
[ServerUtility]
|
||||
#externalAdminLevelsEnabled=true
|
||||
#externalAdminLevelsURL=http://127.0.0.1/admin.php
|
||||
externalAdminLevelsEnabled=true
|
||||
externalAdminLevelsURL=http://127.0.0.1/?action=swg-auth-admin-level
|
||||
|
||||
|
||||
[SharedFile]
|
||||
|
||||
Reference in New Issue
Block a user