mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 17:09:09 +00:00
user permission alignment
This commit is contained in:
@@ -7,10 +7,20 @@
|
||||
# DEPLOYMENT CONFIGURATION
|
||||
# ==============================================
|
||||
# Storage root path - local: ./storage, production: /nfs/containers or custom mount
|
||||
STORAGE_ROOT=./storage
|
||||
STORAGE_ROOT=/nfs/containers
|
||||
# Storage configuration (must match database layer)
|
||||
STORAGE_PATH=${STORAGE_ROOT}/azerothcore
|
||||
|
||||
# ==============================================
|
||||
# USER MAPPING CONFIGURATION (for NFS compatibility)
|
||||
# ==============================================
|
||||
# User and group IDs for container processes
|
||||
# Set these to match your NFS server's user mapping
|
||||
# Default: 1001:1000 (matches 'sharing' user on most systems)
|
||||
CONTAINER_USER_ID=1001
|
||||
CONTAINER_GROUP_ID=1000
|
||||
CONTAINER_USER=${CONTAINER_USER_ID}:${CONTAINER_GROUP_ID}
|
||||
|
||||
# ==============================================
|
||||
# NETWORK CONFIGURATION
|
||||
# ==============================================
|
||||
@@ -22,7 +32,7 @@ SOAP_EXTERNAL_PORT=7778
|
||||
# Server address for client connections (production)
|
||||
# SERVER_ADDRESS=192.168.0.188
|
||||
# Server address for client connections (local)
|
||||
SERVER_ADDRESS=127.0.0.1
|
||||
SERVER_ADDRESS=192.168.0.188
|
||||
# Use WORLD_EXTERNAL_PORT for realmlist (client connection port)
|
||||
REALM_PORT=8215
|
||||
|
||||
|
||||
Reference in New Issue
Block a user