registration setting

This commit is contained in:
InspectorCaracal 2022-12-17 14:06:18 -07:00
parent 0bde1a034b
commit 04e036978c
4 changed files with 39 additions and 23 deletions

View file

@ -34,6 +34,8 @@ SERVER_HOSTNAME = "localhost"
# Lockdown mode will cut off the game from any external connections
# and only allow connections from localhost. Requires a cold reboot.
LOCKDOWN_MODE = False
# Enables new account registration
REGISTER_ENABLED = True
# Activate telnet service
TELNET_ENABLED = True
# A list of ports the Evennia telnet server listens on Can be one or many.