We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd28bd3 commit 4a5c059Copy full SHA for 4a5c059
ansible/group_vars/alpha-drake-http.yml
@@ -14,11 +14,11 @@ is_redis_update_required: 'yes'
14
# for container settings
15
container_envs: >
16
-e API_URL={{ api_url }}
17
- -e PORT={{ hosted_ports[0] }}
18
-e DATADOG_HOST={{ datadog_host_address }}
19
-e DATADOG_PORT={{ datadog_port }}
20
- -e LOG_LEVEL=info
+ -e DATADOG_SECRET=I_solemnly_swear_that_I_am_up_to_no_good
21
-e NODE_ENV={{ node_env }}
+ -e PORT={{ hosted_ports[0] }}
22
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
23
-e RABBITMQ_PASSWORD={{ rabbit_password }}
24
-e RABBITMQ_PORT={{ rabbit_port }}
0 commit comments