Skip to content

Commit 72d55fe

Browse files
committed
fix spacing
1 parent db01c92 commit 72d55fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-pheidi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ container_envs: >
2424
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
2525
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
2626
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
27-
-e PHEIDI_PREFETCH={{pheidi_prefetch}}
27+
-e PHEIDI_PREFETCH={{ pheidi_prefetch }}
2828
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
2929
-e WEB_URL=https://app.{{ domain }}
3030

0 commit comments

Comments
 (0)