mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Merge.
This commit is contained in:
commit
8720df5b49
10 changed files with 30 additions and 27 deletions
|
|
@ -40,6 +40,10 @@ TELNET_OOB_ENABLED = False # OBS - currently not fully implemented - do not use!
|
|||
# (Obs - further web configuration can be found below
|
||||
# in the section 'Config for Django web features')
|
||||
WEBSERVER_ENABLED = True
|
||||
# This is a security setting protecting against host poisoning
|
||||
# attacks. It defaults to allowing all. In production, make
|
||||
# sure to change this to your actual host addresses/IPs.
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
# A list of ports the Evennia webserver listens on
|
||||
WEBSERVER_PORTS = [8000]
|
||||
# Interface addresses to listen to. If 0.0.0.0, listen to all.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue