From 6ff12a8a58670f1b42ce7c945e7bbb82b8588256 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 9 Aug 2023 16:07:49 +0200 Subject: [PATCH] Add URL env vars --- src/main/resources/taiga/taiga-back-configmap.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/taiga/taiga-back-configmap.yaml b/src/main/resources/taiga/taiga-back-configmap.yaml index 7785345..1e09756 100644 --- a/src/main/resources/taiga/taiga-back-configmap.yaml +++ b/src/main/resources/taiga/taiga-back-configmap.yaml @@ -22,4 +22,13 @@ data: # Telemetry settings ENABLE_TELEMETRY: ENABLE_TELEMETRY_VALUE - # ...your customizations go here \ No newline at end of file + # ...your customizations go here + + # Taiga Events Settings + EVENTS_PUSH_BACKEND_URL: RABBITMQ_URL_VALUE + + # Taiga Rabbitmq Events Settings RABBITMQ_URL="amqp://${RABBITMQ_USER}:${RABBITMQ_PASS}@taiga-events-rabbitmq:5672/taiga" + RABBITMQ_URL: RABBITMQ_URL_VALUE + + # Taiga Async Settings + CELERY_BROKER_URL: CELERY_URL_VALUE \ No newline at end of file