File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ optimus_github_deploy_keys_bucket=runnable.deploykeys.production
5959palantiri_rollbar_key=f675e9090d6f483ca4e742af2c7f2f83
6060
6161[pheidi:vars]
62- pheidi_mongo_auth=api:72192e5a-a5e1-11e5-add9-0270db32f7ad
62+ pheidi_mongo_auth=pheidi:septa-mauve-enquiry-clipper-history
6363pheidi_mongo_database=delta
6464pheidi_mongo_replset_name=delta
6565
Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ container_envs: >
1818 -e RABBITMQ_PORT="{{ rabbit_port }}"
1919 -e RABBITMQ_USERNAME="{{ rabbit_username }}"
2020 -e ROLLBAR_KEY={{ pheidi_rollbar_token }}
21- {% if node_env != "production-epsilon" %}
22- -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem
23- -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem
24- -e MONGO_KEY=/opt/ssl/mongo-client/key.pem
25- {% endif %}
21+ {% if node_env != "production-epsilon" %} -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem {% endif %}
22+ {% if node_env != "production-epsilon" %} -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem {% endif %}
23+ {% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
2624 -e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
2725 -e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
2826 -e WEB_URL=https://app.{{ domain }}
Original file line number Diff line number Diff line change 1111 rollbar_token : " {{ pheidi_rollbar_token }}"
1212 tags : [ notify ]
1313 - { role: builder, tags: [build] }
14- # - { role: tls-client, tls_service: mongodb, tags: [ tls ] }
15- - { role: container_start }
14+ - { role: tls-client, tls_service: mongodb, tags: [ tls ] }
15+ - { role: container_kill_start }
You can’t perform that action at this time.
0 commit comments