Skip to content

Commit a37f34e

Browse files
Merge pull request #529 from CodeNow/api-node-4.2.2
remove mongo certs and update node to 4.2.2 for api
2 parents b6663ba + 06f2aa1 commit a37f34e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ansible/group_vars/alpha-api-base.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
container_tag: "{{ git_branch }}"
22

3-
node_version: 0.10.38
4-
npm_version: 2.8.3
3+
node_version: 4.2.2
4+
npm_version: 2.14.7
55

66
repo: [email protected]:CodeNow/api.git
77
restart_policy: always
@@ -29,9 +29,6 @@ api_base_container_envs: >-
2929
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
3030
-e KRAIN_PORT={{ krain_port }}
3131
-e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
32-
-e MONGO_CACERT=/opt/ssl/mongodb-client/ca.pem
33-
-e MONGO_CERT=/opt/ssl/mongodb-client/cert.pem
34-
-e MONGO_KEY=/opt/ssl/mongodb-client/key.pem
3532
-e MONGO_REPLSET_NAME={{ api_mongo_replset_name }}
3633
-e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
3734
-e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_http_port }}

0 commit comments

Comments
 (0)