fix: server startup hardening

This commit is contained in:
uprightbass360
2026-01-26 12:48:07 -05:00
parent 6a05fe785f
commit 56769e81d5
5 changed files with 126 additions and 9 deletions

View File

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