We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacf4cc commit ec002f7Copy full SHA for ec002f7
1 file changed
ansible/group_vars/alpha-api-base.yml
@@ -74,6 +74,12 @@ api_base_container_envs:
74
value: "{{ krain_port }}"
75
- name: MIXPANEL_APP_ID
76
value: "{{ api_mixpanel_app_id }}"
77
+ - name: MONGO_AUTH
78
+ value: "{{ api_mongo_auth }}"
79
+ - name: MONGO_DB
80
+ value: "{{ api_mongo_database }}"
81
+ - name: MONGO_HOSTS
82
+ value: "{{ mongo_hosts }}"
83
- name: MONGO_REPLSET_NAME
84
value: "{{ api_mongo_replset_name }}"
85
- name: MONGO
0 commit comments