LOGIN:
# Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs
LoginServerHostname=0.0.0.0
LoginServerPort=2106
GMMinLevel=100
# The port, ip on which login will listen for GameServers
LoginHostname=78.63.147.229
LoginPort=9014
GAME:
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname=78.63.147.229
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=78.63.147.229
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=78.63.147.229
# Note: you can define server hostname for each network in subnets.properties
# The Loginserver host and port
LoginPort=9014
LoginHost=78.63.147.229