fixing variable naming

This commit is contained in:
uprightbass360
2025-09-30 05:10:53 -04:00
parent ebdbba2a29
commit 4db8db23dc
7 changed files with 27 additions and 27 deletions

View File

@@ -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