Skip to content

Commit ed4c55f

Browse files
committed
Merge pull request #152 from CodeNow/remove-debug
remove debug :clap: :clapper: :sunny:
2 parents f5c84a6 + 754d24a commit ed4c55f

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

ansible/group_vars/alpha-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ansible/group_vars/alpha-charon.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

ansible/group_vars/alpha-khronos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ mongo_hosts: "{% for host in groups['mongodb'] %}{{ hostvars[host]['ansible_defa
1111
# for container settings
1212
container_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 }}

ansible/group_vars/alpha-navi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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] }}

ansible/group_vars/alpha-workers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)