File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ api_new_relic_app_name=delta-api-production
1313api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1414api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1515api_s3_context_bucket=runnable.context.resources.production
16+ api_intercom_app_id=wqzm3rju
17+ api_intercom_api_key=46e75ada5d21f248787689b35fe80e11efe9303a
1618
1719[docks:vars]
1820docker_config=docks
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments