Update setup.sh

This commit is contained in:
bash
2024-08-12 22:47:10 +02:00
committed by GitHub
parent a9a5d6618d
commit febc0da933

View File

@@ -8,19 +8,6 @@ set -a # export all variables created next
source settings.env source settings.env
set +a # stop exporting set +a # stop exporting
##########################################################################################
# INTERNAL CONFIG
##########################################################################################
export AUTHSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-authserver"
export WORLDSERVER="${ROOT_DIR}/_server/azerothcore/acore.sh run-worldserver"
export AUTHSERVER_SESSION="auth-session"
export WORLDSERVER_SESSION="world-session"
export MYSQL_ROOT_PASSWORD="rootpassword"
export MYSQL_USER="acore"
export MYSQL_PASSWORD="acore"
export MYSQL_DATABASE="acore_auth"
export DATAPATH="${ROOT_DIR}/_server/azerothcore/env/dist/bin"
########################################################################################## ##########################################################################################
# Import system vars and aliases into ~/.bashrc # Import system vars and aliases into ~/.bashrc
########################################################################################## ##########################################################################################