From 247523c181eaef99d0a1c5574a9fe8fc1cf9b73c Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Fri, 16 Nov 2018 16:49:56 -0300 Subject: [PATCH] config.example.py: add REGISTRATIONS field to Config --- config.example.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.py b/config.example.py index a17be93..9053ffe 100644 --- a/config.example.py +++ b/config.example.py @@ -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.