We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5ccfb commit b7f2eadCopy full SHA for b7f2ead
1 file changed
ansible/group_vars/alpha-navi.yml
@@ -16,6 +16,10 @@ container_envs: >
16
-e LOG_LEVEL_STDOUT=trace
17
-e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }}/{{ navi_mongo_database }}
18
-e NODE_ENV={{ node_env }}
19
+ -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
20
+ -e RABBITMQ_PASSWORD={{ rabbit_password }}
21
+ -e RABBITMQ_PORT={{ rabbit_port }}
22
+ -e RABBITMQ_USERNAME={{ rabbit_username }}
23
-e REDIS_IPADDRESS={{ redis_host_address }}
24
25
container_run_opts: >
0 commit comments