We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711c667 commit 79f93d8Copy full SHA for 79f93d8
1 file changed
ansible/group_vars/alpha-pheidi.yml
@@ -8,6 +8,8 @@ npm_version: "2.14.7"
8
9
# for sendGrid
10
sendgrid_key: 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
11
+intercom_app_id: wqzm3rju
12
+intercom_api_key: ef28806417aef605ca74573ff080c9d5eb0d6384
13
14
container_envs: >
15
-e DATADOG_HOST={{ datadog_host_address }}
@@ -29,6 +31,8 @@ container_envs: >
29
31
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
30
32
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
33
-e SENDGRID_KEY={{ sendgrid_key }}
34
+ -e INTERCOM_APP_ID={{ intercom_app_id }}
35
+ -e INTERCOM_API_KEY={{ intercom_api_key }}
36
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
37
-e WEB_URL=https://app.{{ domain }}
38
0 commit comments