File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ container_envs: >
3535 -e GITHUB_DEPLOY_KEYS_BUCKET={{ api_github_deploy_keys_bucket }}
3636 -e GITHUB_HOOK_URL=https://api.{{ domain }}/actions/github
3737 -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
38- -e LOGGLY_TOKEN={{ loggly_token }}
3938 -e MAVIS_HOST=http://mavis.{{ domain }}:80
4039 -e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
4140 -e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ container_envs: >
1515 -e DATADOG_HOST={{ datadog_host }}
1616 -e DATADOG_PORT={{ datadog_port }}
1717 -e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
18- -e LOGGLY_TOKEN={{ loggly_token }}
1918
2019container_run_opts : >
2120 -d
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ container_envs: >
1818 -e ERROR_URL=http://{{ hostvars[groups['detention'][0]]['ansible_default_ipv4']['address'] }}:9123
1919 -e HELLO_RUNNABLE_GITHUB_TOKEN=5d8f7029d3d6941b0fc62a7eb8c605d8e0bc7c29
2020 -e HTTP_PORT={{ hosted_ports[0] }}
21- -e LOGGLY_TOKEN={{ loggly_token }}
2221 -e NODE_ENV={{ node_env }}
2322 -e REDIS_IPADDRESS={{redis_host}}
2423 -e LOG_LEVEL_STDOUT=trace
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ container_envs: >
1313 -e NODE_ENV={{ node_env }}
1414 -e DATADOG_HOST={{ datadog_host }}
1515 -e DATADOG_PORT={{ datadog_port }}
16- -e LOGGLY_TOKEN={{ loggly_token }}
1716 -e MAVIS_HOST=http://mavis.{{ domain }}:80
1817 -e RABBITMQ_HOSTNAME={{ rabbit_host | default(hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address']) }}
1918 -e RABBITMQ_PASSWORD={{ rabbit_password }}
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ container_envs: >
3333 -e GITHUB_HOOK_URL=https://api.{{ domain }}/actions/github
3434 -e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
3535 -e IS_QUEUE_WORKER=true
36- -e LOGGLY_TOKEN={{ loggly_token }}
3736 -e MAVIS_HOST=http://mavis.{{ domain }}:80
3837 -e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
3938 -e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
You can’t perform that action at this time.
0 commit comments