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

@@ -118,11 +118,11 @@ ALPINE_IMAGE=alpine:latest
# =====================
# Ports
# =====================
AUTH_EXTERNAL_PORT=3784
AUTH_EXTERNAL_PORT=3724
AUTH_PORT=3724
WORLD_EXTERNAL_PORT=8215
WORLD_EXTERNAL_PORT=8085
WORLD_PORT=8085
SOAP_EXTERNAL_PORT=7778
SOAP_EXTERNAL_PORT=7878
SOAP_PORT=7878
# =====================
@@ -136,7 +136,7 @@ NETWORK_GATEWAY=172.20.0.1
# Server address / realm
# =====================
SERVER_ADDRESS=127.0.0.1
REALM_PORT=8215
REALM_PORT=8085
# =====================
# MySQL / Database Layer