Skip to content

Commit 0b0ab9b

Browse files
Merge pull request #455 from CodeNow/SAN-3996-populate-company
Added intercom API keys.
2 parents 2264671 + 7553517 commit 0b0ab9b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/delta-hosts/variables

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ api_new_relic_app_name=delta-api-production
1313
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1414
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1515
api_s3_context_bucket=runnable.context.resources.production
16+
api_intercom_app_id=wqzm3rju
17+
api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1618

1719
[docks:vars]
1820
docker_config=docks

ansible/group_vars/alpha-api-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ api_base_container_envs: >-
5050
-e SENDGRID_KEY={{ sendgrid_key }}
5151
-e SWARM_HOST=http://{{ swarm_host_address }}:{{ swarm_master_port }}
5252
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
53+
{% if api_intercom_app_id is defined %} -e INTERCOM_APP_ID={{ api_intercom_app_id }} {% endif %}
54+
{% if api_intercom_api_key is defined %} -e INTERCOM_API_KEY={{ api_intercom_api_key }} {% endif %}

0 commit comments

Comments
 (0)