Skip to content

Commit 3e4e22a

Browse files
committed
add user-content-domain
1 parent 4a4f158 commit 3e4e22a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ansible/group_vars/alpha-pheidi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ container_envs: >
2323
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}
2424
-e MONGO_REPLSET_NAME={{ pheidi_mongo_replset_name }}
2525
-e MONGO=mongodb://{{ pheidi_mongo_auth }}@{{ mongo_hosts }}/{{ pheidi_mongo_database }}
26+
-e USER_CONTENT_DOMAIN={{ user_content_domain }}
2627
-e WEB_URL=https://app.{{ domain }}
2728
2829
container_run_opts: >

0 commit comments

Comments
 (0)