Skip to content

Commit 4a5c059

Browse files
author
Anandkumar Patel
committed
add secret to drake
1 parent cd28bd3 commit 4a5c059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/group_vars/alpha-drake-http.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ is_redis_update_required: 'yes'
1414
# for container settings
1515
container_envs: >
1616
-e API_URL={{ api_url }}
17-
-e PORT={{ hosted_ports[0] }}
1817
-e DATADOG_HOST={{ datadog_host_address }}
1918
-e DATADOG_PORT={{ datadog_port }}
20-
-e LOG_LEVEL=info
19+
-e DATADOG_SECRET=I_solemnly_swear_that_I_am_up_to_no_good
2120
-e NODE_ENV={{ node_env }}
21+
-e PORT={{ hosted_ports[0] }}
2222
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
2323
-e RABBITMQ_PASSWORD={{ rabbit_password }}
2424
-e RABBITMQ_PORT={{ rabbit_port }}

0 commit comments

Comments
 (0)