Disable debug

This commit is contained in:
Luke Murphy 2020-04-09 10:05:33 +02:00
parent 0e30049503
commit 940bbd5cb6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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