mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-07 20:51:10 +00:00
fix: server startup hardening
This commit is contained in:
@@ -105,21 +105,21 @@ NETWORK_GATEWAY=172.20.0.1
|
||||
# =====================
|
||||
# Change this to your server's public IP or domain name
|
||||
SERVER_ADDRESS=127.0.0.1
|
||||
REALM_PORT=8215
|
||||
REALM_PORT=8085
|
||||
|
||||
# =====================
|
||||
# Ports
|
||||
# =====================
|
||||
# Authentication server
|
||||
AUTH_EXTERNAL_PORT=3784
|
||||
AUTH_EXTERNAL_PORT=3724
|
||||
AUTH_PORT=3724
|
||||
|
||||
# World server
|
||||
WORLD_EXTERNAL_PORT=8215
|
||||
WORLD_EXTERNAL_PORT=8085
|
||||
WORLD_PORT=8085
|
||||
|
||||
# SOAP/Remote access
|
||||
SOAP_EXTERNAL_PORT=7778
|
||||
SOAP_EXTERNAL_PORT=7878
|
||||
SOAP_PORT=7878
|
||||
|
||||
# MySQL database (for external access)
|
||||
|
||||
Reference in New Issue
Block a user