mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
Solved Taiga variable bug
This commit is contained in:
parent
12a390229c
commit
0c3f088810
@ -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_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
|
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
|
# 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_USER = taiga # user to connect to RabbitMQ
|
||||||
RABBITMQ_DEFAULT_RABBITMQ_PASS = taiga # RabbitMQ user's password
|
RABBITMQ_DEFAULT_RABBITMQ_PASS = taiga # RabbitMQ user's password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user