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
|
newbieTutorialEnabled=1
|
||||||
chatServiceBindInterface=eth0
|
chatServiceBindInterface=eth0
|
||||||
customerServiceBindInterface=eth0
|
customerServiceBindInterface=eth0
|
||||||
webUpdateIntervalSeconds=600
|
|
||||||
developmentMode=true
|
developmentMode=true
|
||||||
|
metricsDataURL=http://127.0.0.1/?action=swg-auth-metrics
|
||||||
|
webUpdateIntervalSeconds=10
|
||||||
|
|
||||||
|
|
||||||
[CharacterBuilder]
|
[CharacterBuilder]
|
||||||
@@ -146,8 +147,8 @@ minRespecIntervalInSeconds=43200
|
|||||||
respecDurationAllowedInSeconds=2419200
|
respecDurationAllowedInSeconds=2419200
|
||||||
|
|
||||||
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
||||||
adminGodToAll=true
|
#adminGodToAll=true
|
||||||
adminGodToAllGodLevel=50
|
#adminGodToAllGodLevel=50
|
||||||
|
|
||||||
# Turn on or off Lifeday
|
# Turn on or off Lifeday
|
||||||
lifeday=false
|
lifeday=false
|
||||||
@@ -349,13 +350,13 @@ passthroughMode=false
|
|||||||
[LoginServer]
|
[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.
|
#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
|
#easyExternalAccess=true
|
||||||
useExternalAuth=false
|
|
||||||
#externalAuthURL=http://127.0.0.1/auth.php
|
|
||||||
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
#adminAccountDataTable=datatables/admin/stella_admin.iff
|
||||||
validateClientVersion=1
|
validateClientVersion=1
|
||||||
validateStationKey=0
|
validateStationKey=0
|
||||||
developmentMode=true
|
developmentMode=true
|
||||||
DSN=//127.0.0.1/swg
|
DSN=//127.0.0.1/swg
|
||||||
|
useExternalAuth=true
|
||||||
|
externalAuthURL=http://127.0.0.1/?action=swg-auth
|
||||||
|
|
||||||
|
|
||||||
[PlanetServer]
|
[PlanetServer]
|
||||||
@@ -380,8 +381,8 @@ metricsServerPort=0
|
|||||||
|
|
||||||
|
|
||||||
[ServerUtility]
|
[ServerUtility]
|
||||||
#externalAdminLevelsEnabled=true
|
externalAdminLevelsEnabled=true
|
||||||
#externalAdminLevelsURL=http://127.0.0.1/admin.php
|
externalAdminLevelsURL=http://127.0.0.1/?action=swg-auth-admin-level
|
||||||
|
|
||||||
|
|
||||||
[SharedFile]
|
[SharedFile]
|
||||||
|
|||||||
Reference in New Issue
Block a user