Skip to content

Commit ec002f7

Browse files
committed
Give mongo migrate the variables it needs
1 parent bacf4cc commit ec002f7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/group_vars/alpha-api-base.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ api_base_container_envs:
7474
value: "{{ krain_port }}"
7575
- name: MIXPANEL_APP_ID
7676
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 }}"
7783
- name: MONGO_REPLSET_NAME
7884
value: "{{ api_mongo_replset_name }}"
7985
- name: MONGO

0 commit comments

Comments
 (0)