mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 16:25:56 +02:00
Update to 2022-01-26 18:00
This commit is contained in:
4
roles/taiga/templates/events/env.j2
Normal file
4
roles/taiga/templates/events/env.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
RABBITMQ_URL="amqp://{{ taiga_amqp_user }}:{{ taiga_amqp_pass }}@{{ taiga_amqp_server }}:{{ taiga_amqp_port }}/{{ taiga_amqp_vhost }}"
|
||||
SECRET="{{ taiga_secret_key }}"
|
||||
WEB_SOCKET_SERVER_PORT={{ taiga_ports['events'] }}
|
||||
APP_PORT=3023
|
Reference in New Issue
Block a user