adding module functionality and final setup

This commit is contained in:
uprightbass360
2025-10-01 03:26:18 -04:00
parent f66e3b7c47
commit e7b3fcdce2
12 changed files with 1983 additions and 53 deletions

View File

@@ -21,7 +21,7 @@ MYSQL_PORT=3306
# Storage root path - local: ./storage, production: /nfs/containers or custom mount
STORAGE_ROOT=./storage
# Storage for tools (unified with core stack)
STORAGE_PATH_TOOLS=${STORAGE_ROOT}/azerothcore
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
# ==============================================
# NETWORK CONFIGURATION (REQUIRED)