diff --git a/roles/docker-taiga/templates/env.j2 b/roles/docker-taiga/templates/env.j2 index 4f9ef2f6..9c54f4c1 100644 --- a/roles/docker-taiga/templates/env.j2 +++ b/roles/docker-taiga/templates/env.j2 @@ -29,6 +29,10 @@ DEFAULT_FROM_EMAIL = "{{system_email.from}}" EMAIL_USE_TLS = "{{ system_email.tls | lower | capitalize }}" # use TLS (secure) connection with the SMTP server EMAIL_USE_SSL = "{{ 'False' if system_email.start_tls else 'True' }}" # use implicit TLS (secure) connection with the SMTP server +RABBITMQ_USER=taiga +RABBITMQ_PASS=taiga +RABBITMQ_VHOST=taiga + # Taiga's RabbitMQ settings - Variables to leave messages for the realtime and asynchronous events RABBITMQ_DEFAULT_RABBITMQ_USER = taiga # user to connect to RabbitMQ RABBITMQ_DEFAULT_RABBITMQ_PASS = taiga # RabbitMQ user's password