update setting name, tests
This commit is contained in:
parent
0b12e2827f
commit
07af134027
4 changed files with 14 additions and 5 deletions
|
|
@ -34,8 +34,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
|
||||
# Enables new account registration
|
||||
REGISTER_ENABLED = True
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue