Skip to content

Commit fdf1905

Browse files
committed
userContentDomain
fix if
1 parent 66e7fac commit fdf1905

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/group_vars/alpha-khronos.yml

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

0 commit comments

Comments
 (0)