blob: af73e846634c5d7a6de176b522d25fa7cc0934f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# THIS IS THE CONFIGURATION FILE FOR THE MANAGING SCRIPT NOT FOR THE ACTUAL SERVER
# Variables are interpreted in bash. Simply using bash-syntax is sufficient.
# Global settings
# General parameters
MAIN_ROOT="/srv/waterfall"
GAME_USER="waterfall"
# Default subserver to manage when not specified, also used for broadcasting suspend messages
PROXY_NAME="proxy"
|