mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-02-07 20:51:10 +00:00
bug fixes and volumes
This commit is contained in:
15
.env
15
.env
@@ -8,7 +8,7 @@
|
||||
# ==============================================
|
||||
MYSQL_ROOT_PASSWORD=azerothcore123
|
||||
DOCKER_DB_ROOT_PASSWORD=azerothcore123
|
||||
MYSQL_USER=root
|
||||
MYSQL_USER=acore
|
||||
MYSQL_HOST=ac-mysql
|
||||
MYSQL_PORT=3306
|
||||
|
||||
@@ -149,10 +149,10 @@ RA_LOG_FILE=
|
||||
SQL_DRIVER_LOG_FILE=
|
||||
SQL_DRIVER_QUERY_LOGGING=0
|
||||
|
||||
# Logger configuration
|
||||
APPENDER_CONSOLE_CONFIG=1,2,0
|
||||
LOGGER_ROOT_CONFIG=1,Console
|
||||
LOGGER_SERVER_CONFIG=1,Console
|
||||
# Logger configuration - Commented out to use worldserver.conf defaults
|
||||
# APPENDER_CONSOLE_CONFIG=1,2,0
|
||||
# LOGGER_ROOT_CONFIG=1,Console
|
||||
# LOGGER_SERVER_CONFIG=1,Console
|
||||
|
||||
# ==============================================
|
||||
# FEATURE FLAGS (REQUIRED)
|
||||
@@ -281,10 +281,13 @@ MODULE_INDIVIDUAL_PROGRESSION=0
|
||||
# Set EXTERNAL_BASE_URL for custom domain (e.g., https://acore.example.com)
|
||||
# Leave empty to auto-detect from browser location
|
||||
EXTERNAL_BASE_URL=
|
||||
baseUrl=http://localhost
|
||||
port=4201
|
||||
url=http://localhost:4201
|
||||
# PHPMyAdmin settings
|
||||
PMA_HOST=ac-mysql
|
||||
PMA_PORT=3306
|
||||
PMA_USER=root
|
||||
PMA_USER=acore
|
||||
PMA_EXTERNAL_PORT=8081
|
||||
PMA_ARBITRARY=1
|
||||
PMA_ABSOLUTE_URI=
|
||||
|
||||
Reference in New Issue
Block a user