Update menu.sh

This commit is contained in:
bash
2024-08-12 22:09:26 +02:00
committed by GitHub
parent 16291b1410
commit 1e313183ff

View File

@@ -4,10 +4,9 @@ export ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
##########################################################################################
# USER CONFIG
##########################################################################################
export REALM_IP="192.168.178.185"
export REALM_NAME="azerothcore.org"
export AH_BOT_MIN_ITEMS="25000"
export AH_BOT_MAX_ITEMS="30000"
set -a # export all variables created next
source USER.ENV
set +a # stop exporting
##########################################################################################
# INTERNAL CONFIG