mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
variable cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user