Evennia 1.1.0 minor release

This commit is contained in:
Griatch 2023-01-07 22:26:16 +01:00
parent b8012b7e92
commit 3d05932156
6 changed files with 32 additions and 11 deletions

View file

@ -53,6 +53,9 @@ 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
# Controls whether new account registration is available.
# Set to False to lock down the registration page and the create account command.
NEW_ACCOUNT_REGISTRATION_ENABLED = True
# Activate telnet service
TELNET_ENABLED = True
# A list of ports the Evennia telnet server listens on Can be one or many.