File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ cron_rabbit_auth: --username {{ rabbit_username }} --password {{ rabbit_password
3030container_envs : >
3131 -e API_SOCKET_SERVER=https://{{ api_socket_server_hostname }}
3232 -e API_URL={{ api_url }}
33+ -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
3334 -e CANARY_API_TOKEN={{ khronos_canary_token | default('undefined') }}
3435 -e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id | default('undefined') }}
3536 -e CANARY_LOG_INSTANCE_ID={{ khronos_canary_logs_instance_id | default('undefined') }}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dockerfile_pre_install_commands: [
1717]
1818
1919container_envs : >
20+ -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
2021 -e DATADOG_HOST={{ datadog_host_address }}
2122 -e DATADOG_PORT={{ datadog_port }}
2223 -e LOGGLY_TOKEN="{{ loggly_token }}"
You can’t perform that action at this time.
0 commit comments