We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26695cb commit be69edbCopy full SHA for be69edb
1 file changed
ansible/group_vars/alpha-pheidi.yml
@@ -6,6 +6,9 @@ repo: "git@github.com:CodeNow/{{ name }}.git"
6
node_version: "4.2.2"
7
npm_version: "2.14.7"
8
9
+# for sendGrid
10
+sendgrid_key: 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
11
+
12
container_envs: >
13
-e DATADOG_HOST={{ datadog_host_address }}
14
-e DATADOG_PORT={{ datadog_port }}
@@ -24,6 +27,7 @@ container_envs: >
24
27
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
25
28
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
26
29
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
30
+ -e SENDGRID_KEY={{ sendgrid_key }}
31
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
32
-e WEB_URL=https://app.{{ domain }}
33
0 commit comments