# ================================================== ==============
# CONFIGURATION FOR NETWORK:
# ================================================== ==============
# Commands assigned to the configuration of the Network.
# More information:
# ================================================== ==============
# LoginServer will bind specified network interface:
# Use "*" for bind all interfaces.
# Default: "*"
loginserver.network.client.host =
127.0.0.1
# LoginServer will listen for connections on specified port:
# Default: "2106"
loginserver.network.client.port = 2106
# LoginServer will bind specified network interface:
# Use "*" for bind all interfaces.
# Default: "*"
loginserver.network.gameserver.host =
127.0.0.1
# Port that will be used by LS to listen for GS connections:
# Default: "9014"
loginserver.network.gameserver.port = 9014
# ---------------------------------------------------------------------------
# CONFIGURATION NIO
# ---------------------------------------------------------------------------
# Number of additional threads for NIO that will handle only reading:
# Default: "0"
loginserver.network.nio.threads.read = 0
# Number of additional threads for NIO that will handle only writing:
# Default: "0"
loginserver.network.nio.threads.write = 0
# ---------------------------------------------------------------------------
# SECURITY SETTINGS
# ---------------------------------------------------------------------------
# How many times player can try to login before he get's banned for bruteforcing:
# Default: "5"
loginserver.network.client.logintrybeforeban = 5
# For what time in minutes player should be banned in case of bruteforcing:
# Default: "15"
loginserver.network.client.bantimeforbruteforcing = 15
# ---------------------------------------------------------------------------
# OTHER SETTINGS
# ---------------------------------------------------------------------------
# Create accounts automatically or not? -- You do not need a website / CMS if set true:
# Default: "True"
loginserver.accounts.autocreate = True