We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6663ba + 06f2aa1 commit a37f34eCopy full SHA for a37f34e
1 file changed
ansible/group_vars/alpha-api-base.yml
@@ -1,7 +1,7 @@
1
container_tag: "{{ git_branch }}"
2
3
-node_version: 0.10.38
4
-npm_version: 2.8.3
+node_version: 4.2.2
+npm_version: 2.14.7
5
6
repo: git@github.com:CodeNow/api.git
7
restart_policy: always
@@ -29,9 +29,6 @@ api_base_container_envs: >-
29
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
30
-e KRAIN_PORT={{ krain_port }}
31
-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
35
-e MONGO_REPLSET_NAME={{ api_mongo_replset_name }}
36
-e MONGO=mongodb://{{ api_mongo_auth }}@{{ mongo_hosts }}/{{ api_mongo_database }}
37
-e NAVI_HOST=http://{{ navi_host_address }}:{{ navi_http_port }}
0 commit comments