config.example.py: add REGISTRATIONS field to Config

This commit is contained in:
Luna Mendes 2018-11-16 16:49:56 -03:00
parent 109a56db4c
commit 247523c181
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ class Config:
# Enable ssl? (gives wss:// instead of ws:// on gateway route)
IS_SSL = False
# enable registrations in this instance?
REGISTRATIONS = False
# what to give on gateway route?
# this must point to the websocket.