1 changed files with 70 additions and 0 deletions
@ -0,0 +1,70 @@ |
|||||||
|
```console # • ▌ ▄ ·. ▄▄▄· ▄▄ • ▪ ▄▄· ▄▄▄▄· ▄▄▄· ▐▄▄▄ ▄▄▄ . |
||||||
|
# ·██ ▐███▪▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▐█ ▀█▪▐█ ▀█ •█▌ ▐█▐▌· |
||||||
|
# ▐█ ▌▐▌▐█·▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐█▀▀█▄▄█▀▀█ ▐█▐ ▐▌▐▀▀▀ |
||||||
|
# ██ ██▌▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌██▄▪▐█▐█ ▪▐▌██▐ █▌▐█▄▄▌ |
||||||
|
# ▀▀ █▪▀▀▀ ▀ ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ ·▀▀▀▀ ▀ ▀ ▀▀ █▪ ▀▀▀ |
||||||
|
# Magicbane Emulator Project © 2013 - 2022 |
||||||
|
# www.magicbane.com |
||||||
|
|
||||||
|
# Magicbane Server Config |
||||||
|
|
||||||
|
# Network autoconfig when set to 0.0.0.0 |
||||||
|
# by taking advantage of amazon infrastructure |
||||||
|
|
||||||
|
MB_PUBLIC_ADDR="0.0.0.0" |
||||||
|
MB_BIND_ADDR="0.0.0.0" |
||||||
|
|
||||||
|
# Database configuration settings. The supplied |
||||||
|
# internal MySQL server is ephemeral! |
||||||
|
|
||||||
|
MB_DATABASE_ADDRESS="localhost" |
||||||
|
MB_DATABASE_PORT="3306" |
||||||
|
MB_DATABASE_NAME="magicbane" |
||||||
|
MB_DATABASE_USER="magicbox" |
||||||
|
MB_DATABASE_PASS="ArtyomWasHere" |
||||||
|
|
||||||
|
# Remote database for front-end presentation |
||||||
|
# of the Magicbane data warehouse. |
||||||
|
|
||||||
|
MB_WAREHOUSE_ADDR="0.0.0.0" |
||||||
|
MB_WAREHOUSE_USER="forumuser" |
||||||
|
MB_WAREHOUSE_PASS="forumpass" |
||||||
|
|
||||||
|
# Login Server configuration settings |
||||||
|
|
||||||
|
MB_LOGIN_PORT="6000" |
||||||
|
MB_LOGIN_AUTOREG="TRUE" |
||||||
|
MB_MAJOR_VER="1.2.25.5" |
||||||
|
MB_MINOR_VER="5.25.5" |
||||||
|
|
||||||
|
# World Server configuration settings |
||||||
|
|
||||||
|
MB_WORLD_NAME="MagicBox" |
||||||
|
MB_WORLD_MAPID="108" |
||||||
|
MB_WORLD_PORT="8000" |
||||||
|
MB_WORLD_ACCESS_LVL="ACTIVE" |
||||||
|
MB_WORLD_UUID="1" |
||||||
|
MB_WORLD_WAREHOUSE_PUSH="false" |
||||||
|
MB_WORLD_MAINTENANCE="false" |
||||||
|
MB_WORLD_MAINTENANCE_HOUR="10" |
||||||
|
MB_WORLD_GREETING="Artyom Was Here..." |
||||||
|
MB_WORLD_KEYCLONE_MAX="4" |
||||||
|
|
||||||
|
# Magicbot configuration settings. |
||||||
|
# Discord related idents. |
||||||
|
|
||||||
|
MB_MAGICBOT_SERVERID="8675309" |
||||||
|
MB_MAGICBOT_BOTTOKEN="8675309" |
||||||
|
MB_MAGICBOT_ROLEID="8675309" |
||||||
|
|
||||||
|
# Channel Idents found on the Discord server |
||||||
|
|
||||||
|
MB_MAGICBOT_ANNOUNCE="8675309" |
||||||
|
MB_MAGICBOT_SEPTIC="8675309" |
||||||
|
MB_MAGICBOT_CHANGELOG="8675309" |
||||||
|
MB_MAGICBOT_POLITICAL="8675309" |
||||||
|
MB_MAGICBOT_GENERAL="8675309" |
||||||
|
MB_MAGICBOT_FORTOFIX="8675309" |
||||||
|
MB_MAGICBOT_RECRUIT="8675309" |
||||||
|
MB_MAGICBOT_BOTVERSION="0.47Alpha" |
||||||
|
MB_MAGICBOT_GAMEVERSION="0.62Beta" ``` |
Loading…
Reference in new issue