Upon starting MagicBox will first look for a [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) file within the mb.conf host directory we mounted in the run command. If it cannot be found the game will instead use a default copy inside mb.data/ to boot the game with. This facility allows a MagicBox administrator to point his game at an external database or otherwise change the configuration at runtime.
When a MagicBox administrator first spins up his server it is assumed they might not have web registration sorted on day one. With this in mind the server is configured to auto register accounts on login.
```MB_LOGIN_AUTOREG="TRUE"```
@ -90,4 +88,6 @@ Inside the Magicbox you will find the following devops utlities.
@@ -90,4 +88,6 @@ Inside the Magicbox you will find the following devops utlities.
| mbbuild.sh | builds and compiles branch from the repo |
| mbdump.sh | dumps database to sql file |
| mbrestore.sh | restores database from sql file |
| sndmsg.sh | sends an in-game flash message |
| sndmsg.sh | sends an in-game flash message |
Upon starting MagicBox will first look for a [magicbane.conf](http://repo.magicbane.com/MagicBane/Server/wiki/magicbane.conf) file within the mb.conf host directory we mounted in the run command. If it cannot be found the game will instead use a default copy inside mb.data/ to boot the game with. This facility allows a MagicBox administrator to point his game at an external database or otherwise change the configuration at runtime.