mirror of https://gitlab.com/litecord/litecord.git
config.example.py: add REGISTRATIONS field to Config
This commit is contained in:
parent
109a56db4c
commit
247523c181
|
|
@ -9,6 +9,9 @@ class Config:
|
||||||
# Enable ssl? (gives wss:// instead of ws:// on gateway route)
|
# Enable ssl? (gives wss:// instead of ws:// on gateway route)
|
||||||
IS_SSL = False
|
IS_SSL = False
|
||||||
|
|
||||||
|
# enable registrations in this instance?
|
||||||
|
REGISTRATIONS = False
|
||||||
|
|
||||||
# what to give on gateway route?
|
# what to give on gateway route?
|
||||||
# this must point to the websocket.
|
# this must point to the websocket.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue