File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ palantiri_rollbar_token: f675e9090d6f483ca4e742af2c7f2f83
145145
146146# pheidi
147147pheidi_rollbar_token : 6fc422ac645441bea7f6f14853eb01ab
148+ pheidi_email_github_token : 115b4d854e34e8a5ba99ab73eefe4bf7a8944d6d
148149
149150# rabbit
150151rabbit_host_address : " {{ hostvars[groups['rabbitmq'][0]]['ansible_default_ipv4']['address'] }}"
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ repo: "git@github.com:CodeNow/{{ name }}.git"
66node_version : " 4.2.2"
77npm_version : " 2.14.7"
88
9+ # for sendGrid
10+ sendgrid_key : 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
11+
912container_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
You can’t perform that action at this time.
0 commit comments