Disable celery by default

This commit is contained in:
erik 2023-08-30 13:07:24 +02:00
parent ee69800d49
commit 73239fa9f0

View file

@ -7,6 +7,9 @@ data:
# These environment variables will be used by taiga-back and taiga-async.
# Database settings handled in deployment
# Taiga back settings
CELERY_ENABLED: "false"
# Telemetry settings
ENABLE_TELEMETRY: REPLACEME