Disable celery by default
This commit is contained in:
parent
ee69800d49
commit
73239fa9f0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue