Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/delta-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ eru_mongodb_username=eru
eru_subdomain=eru

[khronos:vars]
intercom_api_key=14771f14efb617900724a16345e57beb55ba9beb
intercom_app_id=wqzm3rju
khronos_intercom_api_key=14771f14efb617900724a16345e57beb55ba9beb
khronos_intercom_app_id=wqzm3rju
khronos_canary_github_branches_instance_id=56f05754a443842400b66a53
khronos_canary_logs_instance_id=56f07f5c1e089a200077f2a3
khronos_canary_rebuild_instance_id=571b39b9d35173300021667d
Expand Down
2 changes: 2 additions & 0 deletions ansible/gamma-hosts/variables
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ eru_mongodb_username=eru
eru_subdomain=eru

[khronos:vars]
khronos_intercom_api_key=9b4ee7b4f9818b36e368985fda0befa611928876
khronos_intercom_app_id=xs5g95pd
khronos_mongo_auth=api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb
khronos_mongo_database=gamma
khronos_mongo_replset_name=gamma
Expand Down
4 changes: 2 additions & 2 deletions ansible/group_vars/alpha-khronos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ container_envs: >
-e CANARY_REBUILD_NAVI_URL={{ khronos_canary_rebuild_navi_url | default('undefined') }}
-e DATADOG_HOST={{ datadog_host_address }}
-e DATADOG_PORT={{ datadog_port }}
-e INTERCOM_API_KEY={{ intercom_api_key | default('undefined') }}
-e INTERCOM_APP_ID={{ intercom_app_id | default('undefined') }}
-e INTERCOM_API_KEY={{ khronos_intercom_api_key | default('undefined') }}
-e INTERCOM_APP_ID={{ khronos_intercom_app_id | default('undefined') }}
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
{% if node_env != "production-epsilon" %}
-e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem
Expand Down