registration setting
This commit is contained in:
parent
0bde1a034b
commit
04e036978c
4 changed files with 39 additions and 23 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue