mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-18 11:15:44 +00:00
fix container startup
This commit is contained in:
@@ -11,6 +11,24 @@ STORAGE_ROOT=./storage
|
||||
# Storage configuration (must match database layer)
|
||||
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
|
||||
|
||||
# ==============================================
|
||||
# NETWORK CONFIGURATION
|
||||
# ==============================================
|
||||
# External ports for game services
|
||||
AUTH_EXTERNAL_PORT=3784
|
||||
WORLD_EXTERNAL_PORT=8215
|
||||
SOAP_EXTERNAL_PORT=7778
|
||||
|
||||
# Server address for client connections (production)
|
||||
SERVER_ADDRESS=192.168.0.188
|
||||
# Use WORLD_EXTERNAL_PORT for realmlist (client connection port)
|
||||
REALM_PORT=8215
|
||||
|
||||
# Internal ports (container side)
|
||||
AUTH_PORT=3724
|
||||
WORLD_PORT=8085
|
||||
SOAP_PORT=7878
|
||||
|
||||
# ==============================================
|
||||
# DATABASE CONNECTION
|
||||
# ==============================================
|
||||
@@ -57,24 +75,6 @@ WORLD_HEALTHCHECK_TIMEOUT=10s
|
||||
WORLD_HEALTHCHECK_RETRIES=3
|
||||
WORLD_HEALTHCHECK_START_PERIOD=120s
|
||||
|
||||
# ==============================================
|
||||
# NETWORK CONFIGURATION
|
||||
# ==============================================
|
||||
# External ports for game services
|
||||
AUTH_EXTERNAL_PORT=3784
|
||||
WORLD_EXTERNAL_PORT=8215
|
||||
SOAP_EXTERNAL_PORT=7778
|
||||
|
||||
# Server address for client connections (production)
|
||||
SERVER_ADDRESS=192.168.0.188
|
||||
# Use WORLD_EXTERNAL_PORT for realmlist (client connection port)
|
||||
REALM_PORT=8215
|
||||
|
||||
# Internal ports (container side)
|
||||
AUTH_PORT=3724
|
||||
WORLD_PORT=8085
|
||||
SOAP_PORT=7878
|
||||
|
||||
# ==============================================
|
||||
# CONTAINER NAMES
|
||||
# ==============================================
|
||||
|
||||
Reference in New Issue
Block a user