Disable debug

This commit is contained in:
Luke Murphy
2020-04-09 10:05:33 +02:00
parent 0e30049503
commit 940bbd5cb6

View File

@ -1,6 +1,6 @@
SITE_LOGO_URL = 'https://www.coops.tech/images/coops/autonomic'
DEBUG = True
DEBUG = False
SECRET = "{{ alerta_secret_key }}"