@@ -53,7 +53,8 @@ api_aws_secret_access_key: "{{ aws_secret_access_key }}"
5353api_github_client_id : " {{ github_client_id }}"
5454api_github_client_secret : " {{ github_client_secret }}"
5555api_github_deploy_keys_bucket : " runnable.deploykeys.{{ environment }}"
56- api_mongo_auth : " {{ mongo_user }}:{{ mongo_password }}"
56+ api_mongo_user : " {{ mongo_user }}"
57+ api_mongo_password : " {{ mongo_password }}"
5758api_mongo_database : " api"
5859api_mongo_replset_name : " {{ mongo_replset_name }}"
5960api_s3_context_bucket : " runnable.context.resources.{{ environment }}"
@@ -70,7 +71,8 @@ big_poppa_pg_host: "{{ postgres_host }}"
7071big_poppa_pg_pass : " {{ postgres_password}}"
7172big_poppa_pg_user : " {{ postgres_user }}"
7273
73- clio_mongo_auth : " {{ mongo_user }}:{{ mongo_password }}"
74+ clio_mongo_user : " {{ mongo_user }}"
75+ clio_mongo_password : " {{ mongo_password }}"
7476clio_mongo_database : " clio"
7577
7678kartographer_hello_runnable_github_token : " {{ hello_runnable_github_token }}"
@@ -108,8 +110,8 @@ bastion_sshd_port: 22
108110env : " {{ environment }}"
109111is_github_enterprise : false
110112mongo_port : 27017
111- navi_mongo_auth : " {{ mongo_user }}:{{ mongo_password }}"
112- navi_mongo_database : " navi "
113+ navi_mongo_user : " {{ mongo_user }}"
114+ navi_mongo_password : " {{ mongo_password }} "
113115navi_mongo_hosts : " mongo"
114116node_env : " {{ environment }}"
115117pg_host : " {{ postgres_host }}"
0 commit comments