Files
timmy-home/the-tower-world/server/conf/settings.py

8 lines
184 B
Python

from evennia.settings_default import *
SERVERNAME = "The Tower World"
WEBAPI_ENABLED = True
PORTAL_PORT = 14000
SERVER_PORT = 14001
AMP_PORT = 14002
WEBSERVER_PORTS = [(14080, 14443)]