mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-31 07:59:54 +00:00
18 lines
443 B
INI
18 lines
443 B
INI
# The internal ip of the master server
|
|
master_ip=localhost
|
|
|
|
# Port number
|
|
master_server_port=2000
|
|
|
|
# The port number to start world servers on. Will be incremented for each world
|
|
world_port_start=3000
|
|
|
|
# 0 or 1, should autostart auth, chat, and char servers
|
|
prestart_servers=1
|
|
|
|
master_password=3.25DARKFLAME1
|
|
|
|
# Enable the web dashboard (0 = disabled, 1 = enabled)
|
|
# Dashboard settings are configured in dashboardconfig.ini
|
|
enable_dashboard=0
|