Remove WEBSOCKET_ENABLED and adjoining vars from settings_default since it doesn't do anything; webclient uses WEBSOCKET_CLIENT_ENABLED etc.
This commit is contained in:
parent
61a0e49f66
commit
ca1b76ab02
1 changed files with 0 additions and 8 deletions
|
|
@ -93,14 +93,6 @@ SSL_ENABLED = False
|
||||||
SSL_PORTS = [4001]
|
SSL_PORTS = [4001]
|
||||||
# Interface addresses to listen to. If 0.0.0.0, listen to all. Use :: for IPv6.
|
# Interface addresses to listen to. If 0.0.0.0, listen to all. Use :: for IPv6.
|
||||||
SSL_INTERFACES = ['0.0.0.0']
|
SSL_INTERFACES = ['0.0.0.0']
|
||||||
# Activate custom websocket support. This is unrelated to the websocket client!
|
|
||||||
# This is intended to be used by optional third-party connections/applications
|
|
||||||
# or clients.
|
|
||||||
WEBSOCKET_ENABLED = False
|
|
||||||
# Ports to use for Websockets
|
|
||||||
WEBSOCKET_PORTS = [8021]
|
|
||||||
# Interface addresses to listen to. If 0.0.0.0, listen to all. Use :: for IPv6.
|
|
||||||
WEBSOCKET_INTERFACES = ['0.0.0.0']
|
|
||||||
# This determine's whether Evennia's custom admin page is used, or if the
|
# This determine's whether Evennia's custom admin page is used, or if the
|
||||||
# standard Django admin is used.
|
# standard Django admin is used.
|
||||||
EVENNIA_ADMIN = True
|
EVENNIA_ADMIN = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue