Skip to content

Commit be69edb

Browse files
committed
Adding sendgrid creds
1 parent 26695cb commit be69edb

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
@@ -6,6 +6,9 @@ repo: "git@github.com:CodeNow/{{ name }}.git"
66
node_version: "4.2.2"
77
npm_version: "2.14.7"
88

9+
# for sendGrid
10+
sendgrid_key: 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
11+
912
container_envs: >
1013
-e DATADOG_HOST={{ datadog_host_address }}
1114
-e DATADOG_PORT={{ datadog_port }}
@@ -24,6 +27,7 @@ container_envs: >
2427
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
2528
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
2629
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
30+
-e SENDGRID_KEY={{ sendgrid_key }}
2731
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
2832
-e WEB_URL=https://app.{{ domain }}
2933

0 commit comments

Comments
 (0)