From: Guillaume Pellerin Date: Tue, 30 Nov 2021 15:19:51 +0000 (+0100) Subject: back to recovery X-Git-Tag: 2.5.0~2^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=14e22d7e0ed7d475727f65950255a470117ed5c3;p=teleforma.git back to recovery --- diff --git a/app/settings.py b/app/settings.py index 7df91150..0a34e1a4 100644 --- a/app/settings.py +++ b/app/settings.py @@ -14,7 +14,7 @@ DEBUG_ENV = os.environ.get('DEBUG') == 'True' DEBUG = DEBUG_ENV TEMPLATE_DEBUG = DEBUG -RECOVERY = False +RECOVERY = True # disable to debug websocket and improve performance DEBUG_TOOLBAR = False