Disable cachalot by default
This commit is contained in:
parent
27e53aba5b
commit
be38dc9b9f
|
@ -84,3 +84,6 @@ API_AUTHENTICATION_REQUIRED=True
|
||||||
# This will help us detect and correct bugs
|
# This will help us detect and correct bugs
|
||||||
RAVEN_ENABLED=false
|
RAVEN_ENABLED=false
|
||||||
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
|
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
|
||||||
|
|
||||||
|
# This setting will soon become useless
|
||||||
|
CACHALOT_ENABLED=False
|
||||||
|
|
Loading…
Reference in New Issue