variable cleanup

This commit is contained in:
uprightbass360
2025-09-30 14:52:48 -04:00
parent 88b7c8eb84
commit f66e3b7c47
6 changed files with 111 additions and 47 deletions

View File

@@ -18,8 +18,10 @@ MYSQL_PORT=3306
# ==============================================
# TOOL STORAGE PATHS (REQUIRED)
# ==============================================
# Storage for tools (separate from core stack)
STORAGE_PATH_TOOLS=./local-data-tools
# 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
# ==============================================
# NETWORK CONFIGURATION (REQUIRED)