Update 0_variables.sh

This commit is contained in:
bash
2024-08-12 21:13:36 +02:00
committed by GitHub
parent 32d61be767
commit db5363bea1

View File

@@ -4,10 +4,10 @@ ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
##########################################################################################
# USER CONFIG
##########################################################################################
REALM_IP=192.168.178.185
REALM_IP="192.168.178.185"
REALM_NAME="azerothcore.org"
AH_BOT_MIN_ITEMS=25000
AH_BOT_MAX_ITEMS=30000
AH_BOT_MIN_ITEMS="15000"
AH_BOT_MAX_ITEMS="20000"
##########################################################################################
# Server and project internal variables
@@ -17,11 +17,11 @@ AUTHSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-authserver"
WORLDSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-worldserver"
AUTHSERVER_SESSION="auth-session"
WORLDSERVER_SESSION="world-session"
MYSQL_ROOT_PASSWORD=rootpassword
MYSQL_USER=acore
MYSQL_PASSWORD=acore
MYSQL_DATABASE=acore_auth
DATAPATH=${ROOT_DIR}/_server/azerothcore/env/dist/bin
MYSQL_ROOT_PASSWORD="rootpassword"
MYSQL_USER="acore"
MYSQL_PASSWORD="acore"
MYSQL_DATABASE="acore_auth"
DATAPATH="${ROOT_DIR}/_server/azerothcore/env/dist/bin"
##########################################################################################
# Configure bash with variables above and alias