Skip to content

Commit 79f93d8

Browse files
author
tosih
committed
Add intercom keys to pheidi
1 parent 711c667 commit 79f93d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/group_vars/alpha-pheidi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ npm_version: "2.14.7"
88

99
# for sendGrid
1010
sendgrid_key: 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
11+
intercom_app_id: wqzm3rju
12+
intercom_api_key: ef28806417aef605ca74573ff080c9d5eb0d6384
1113

1214
container_envs: >
1315
-e DATADOG_HOST={{ datadog_host_address }}
@@ -29,6 +31,8 @@ container_envs: >
2931
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
3032
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
3133
-e SENDGRID_KEY={{ sendgrid_key }}
34+
-e INTERCOM_APP_ID={{ intercom_app_id }}
35+
-e INTERCOM_API_KEY={{ intercom_api_key }}
3236
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
3337
-e WEB_URL=https://app.{{ domain }}
3438

0 commit comments

Comments
 (0)