# This file is used various system settings.  It removes the need for
# some config.h files.  Format is:
# variable<space>value which can have spaces
#
# Lines starting with # are comments.
#
# Some fields may be numeric, other string.  The program will skip over
# spaces after the setting.
#

# login_allow & login_ip
# Default value for login_allow is true
# if set to false, every login is rejected except
# it the login IP match login_ip

login_allow true
login_ip 127.0.0.1

# metaserver values.  
# notification on/off controls the notification to the metaserver.
# server and port is the metaserver host and port to connect to.
# comment is sent to the metaserver.  It can be specific settings to on
# the server, play behaviour, etc.
# host is the name of this host as we should report it to the metaserver

metaserver_notification off
metaserver_server <name>
metaserver_port 13326

metaserver_name put.user.visible.server.name
metaserver_host put.your.hostname.here
metaserver_comment Put a comment here.
