mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update 0_variables.sh
This commit is contained in:
@@ -1,28 +1,4 @@
|
||||
#!/bin/bash
|
||||
ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
|
||||
|
||||
##########################################################################################
|
||||
# USER CONFIG
|
||||
##########################################################################################
|
||||
REALM_IP="192.168.178.185"
|
||||
REALM_NAME="azerothcore.org"
|
||||
AH_BOT_MIN_ITEMS="25000"
|
||||
AH_BOT_MAX_ITEMS="30000"
|
||||
|
||||
|
||||
##########################################################################################
|
||||
# INTERNAL CONFIGS
|
||||
# https://github.com/azerothcore/azerothcore-wotlk/blob/master/conf/dist
|
||||
##########################################################################################
|
||||
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"
|
||||
|
||||
#----------------------------------------------------------------------------------------
|
||||
# add chmod rights
|
||||
|
||||
Reference in New Issue
Block a user