File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ container_envs: >
2727 -e CHARON_HOST={{ hostvars[groups['charon'][0]]['ansible_default_ipv4']['address'] }}
2828 -e DATADOG_HOST={{ datadog_host }}
2929 -e DATADOG_PORT={{ datadog_port }}
30- -e DEBUG=*
3130 -e DOMAIN={{ domain }}
3231 -e FULL_API_DOMAIN=http://api.{{ domain }}
3332 -e GITHUB_CALLBACK_URL=https://api.{{ domain }}/auth/github/callback
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ container_envs: >
1717 -e API_TOKEN=51c61b779f3de616a9639cfc44a22c79fbd8e328
1818 -e DATADOG_HOST={{ datadog_host }}
1919 -e DATADOG_PORT={{ datadog_port }}
20- -e DEBUG=charon*
2120 -e DOMAIN_FILTER={{ user_content_domain }}
2221 -e PORT={{ hosted_ports[0] }}
2322 -e REDIS_HOST={{ redis_host }}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ mongo_hosts: "{% for host in groups['mongodb'] %}{{ hostvars[host]['ansible_defa
1111# for container settings
1212container_envs : >
1313 -h khronos
14- -e DEBUG=khronos*
1514 -e NODE_ENV={{ node_env }}
1615 -e DATADOG_HOST={{ datadog_host }}
1716 -e DATADOG_PORT={{ datadog_port }}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ container_envs: >
1515 -e API_HOST=http://api.{{ domain }}
1616 -e DATADOG_HOST={{ datadog_host }}
1717 -e DATADOG_PORT={{ datadog_port }}
18- -e DEBUG=*lib*
1918 -e ERROR_URL=http://{{ hostvars[groups['detention'][0]]['ansible_default_ipv4']['address'] }}:9123
2019 -e HELLO_RUNNABLE_GITHUB_TOKEN=5d8f7029d3d6941b0fc62a7eb8c605d8e0bc7c29
2120 -e HTTP_PORT={{ hosted_ports[0] }}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ container_envs: >
2323 -e CHARON_HOST={{ hostvars[groups['charon'][0]]['ansible_default_ipv4']['address'] }}
2424 -e DATADOG_HOST={{ datadog_host }}
2525 -e DATADOG_PORT={{ datadog_port }}
26- -e DEBUG=*
2726 -e DOMAIN={{ domain }}
2827 -e FULL_API_DOMAIN=http://api.{{ domain }}
2928 -e GITHUB_CALLBACK_URL=https://api.{{ domain }}/auth/github/callback
You can’t perform that action at this time.
0 commit comments