mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
fixing variable naming
This commit is contained in:
@@ -53,9 +53,9 @@ WORLD_HEALTHCHECK_START_PERIOD=120s
|
||||
# NETWORK CONFIGURATION (REQUIRED)
|
||||
# ==============================================
|
||||
# External ports for game services
|
||||
DOCKER_AUTH_EXTERNAL_PORT=3784
|
||||
DOCKER_WORLD_EXTERNAL_PORT=8215
|
||||
DOCKER_SOAP_EXTERNAL_PORT=7778
|
||||
AUTH_EXTERNAL_PORT=3784
|
||||
WORLD_EXTERNAL_PORT=8215
|
||||
SOAP_EXTERNAL_PORT=7778
|
||||
|
||||
# Internal ports (container side)
|
||||
AUTH_PORT=3724
|
||||
|
||||
Reference in New Issue
Block a user