🧑‍💻(backend) enable add-ons by default in Tilt stack

Activate the add-ons feature by default in the Tilt development
environment to simplify local testing and integration.
This commit is contained in:
lebaudantoine
2026-04-22 16:43:11 +02:00
parent a8d7d300f4
commit cc5c9166b2
2 changed files with 6 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ backend:
RECORDING_DOWNLOAD_BASE_URL: https://meet.127.0.0.1.nip.io/recording
ROOM_TELEPHONY_ENABLED: True
SSL_CERT_FILE: /app/.venv/lib/python3.13/site-packages/certifi/cacert.pem
ADDONS_ENABLED: True
ADDONS_CSRF_SECRET: 'ThisIsAnExampleKeyForDevPurposeOnly'
ADDONS_TOKEN_SECRET_KEY: 'ThisIsAnExampleKeyForDevPurposeOnly'
migrate:

View File

@@ -126,6 +126,9 @@ backend:
CELERY_ENABLED: True
CELERY_BROKER_URL: redis://default:pass@redis-master:6379/1
METADATA_COLLECTOR_ENABLED: True
ADDONS_ENABLED: True
ADDONS_CSRF_SECRET: 'ThisIsAnExampleKeyForDevPurposeOnly'
ADDONS_TOKEN_SECRET_KEY: 'ThisIsAnExampleKeyForDevPurposeOnly'
migrate:
command: