Skip to content

Commit e0f623f

Browse files
authored
Merge pull request #512 from CodeNow/add-sendgrid-to-pheidi
Adding sendgrid creds
2 parents 26695cb + e13aaad commit e0f623f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ palantiri_rollbar_token: f675e9090d6f483ca4e742af2c7f2f83
145145

146146
# pheidi
147147
pheidi_rollbar_token: 6fc422ac645441bea7f6f14853eb01ab
148+
pheidi_email_github_token: 115b4d854e34e8a5ba99ab73eefe4bf7a8944d6d
148149

149150
# rabbit
150151
rabbit_host_address: "{{ hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address'] }}"

ansible/group_vars/alpha-pheidi.yml

Lines changed: 5 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 }}
@@ -18,12 +21,14 @@ container_envs: >
1821
-e RABBITMQ_PORT="{{ rabbit_port }}"
1922
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
2023
-e ROLLBAR_KEY={{ pheidi_rollbar_token }}
24+
-e EMAIL_GITHUB_ACCESS_TOKEN={{ pheidi_runnabot_tokens }}
2125
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_runnabot_tokens }}
2226
{% if node_env != "production-epsilon" %} -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem {% endif %}
2327
{% if node_env != "production-epsilon" %} -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem {% endif %}
2428
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
2529
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
2630
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
31+
-e SENDGRID_KEY={{ sendgrid_key }}
2732
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
2833
-e WEB_URL=https://app.{{ domain }}
2934

0 commit comments

Comments
 (0)