We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01c92 commit 72d55feCopy full SHA for 72d55fe
1 file changed
ansible/group_vars/alpha-pheidi.yml
@@ -24,7 +24,7 @@ container_envs: >
24
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
25
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
26
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
27
- -e PHEIDI_PREFETCH={{pheidi_prefetch}}
+ -e PHEIDI_PREFETCH={{ pheidi_prefetch }}
28
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
29
-e WEB_URL=https://app.{{ domain }}
30
0 commit comments