mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Evennia 1.1.0 minor release
This commit is contained in:
parent
b8012b7e92
commit
3d05932156
6 changed files with 32 additions and 11 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue