File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ container_envs: >
3636 -e API_URL={{ api_url }}
3737 -e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
3838 -e CANARY_API_TOKEN={{ khronos_canary_token | default('undefined') }}
39- {% if api_new_relic_app_name is defined %}
39+ {% if khronos_canary_failover_token is defined %}
4040 -e CANARY_API_FAILOVER_TOKEN={{ khronos_canary_failover_token }}
4141 {% endif %}
4242 -e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id | default('undefined') }}
@@ -58,6 +58,7 @@ container_envs: >
5858 -e MONGO_KEY=/opt/ssl/mongo-client/key.pem
5959 {% endif %}
6060 -e NODE_ENV={{ node_env }}
61+ -e USER_CONTENT_DOMAIN={{ user_content_domain }}
6162 -e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
6263 -e RABBITMQ_PASSWORD={{ rabbit_password }}
6364 -e RABBITMQ_PORT={{ rabbit_port }}
You can’t perform that action at this time.
0 commit comments