Skip to content

Commit 0eb5c0c

Browse files
committed
Remove LOG_LEVEL. Add specific node version.
1 parent e45a97f commit 0eb5c0c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

ansible/group_vars/alpha-big-poppa-http.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ container_image: registry.runnable.com/runnable/{{ name }}
44
container_tag: "{{ git_branch }}"
55
hosted_ports: ["{{ big_poppa_port }}"]
66
repo: "git@github.com:CodeNow/big-poppa.git"
7-
node_version: lts
7+
node_version: 4.4.7
88
npm_version: 2
99

1010
redis_key: "frontend:{{ big_poppa_hostname }}"
@@ -16,7 +16,6 @@ container_envs: >
1616
-e DATADOG_HOST={{ datadog_host_address }}
1717
-e DATADOG_PORT={{ datadog_port }}
1818
-e GITHUB_TOKEN={{ big_poppa_github_token }}
19-
-e LOG_LEVEL=info
2019
-e NODE_ENV={{ node_env }}
2120
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
2221
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}

ansible/group_vars/alpha-big-poppa-worker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ name: big-poppa-worker
33
container_image: registry.runnable.com/runnable/{{ name }}
44
container_tag: "{{ git_branch }}"
55
repo: "git@github.com:CodeNow/big-poppa.git"
6-
node_version: lts
6+
node_version: 4.4.7
77
npm_version: 2
88

99
# for container settings
1010
container_envs: >
1111
-e DATADOG_HOST={{ datadog_host_address }}
1212
-e DATADOG_PORT={{ datadog_port }}
1313
-e GITHUB_TOKEN={{ big_poppa_github_token }}
14-
-e LOG_LEVEL=info
1514
-e NODE_ENV={{ node_env }}
1615
-e POSTGRES_CONNECT_STRING=postgres://{{ big_popppa_pg_user }}:{{ big_poppa_pg_pass }}@{{ pg_host }}/{{ big_poppa_pg_database }}
1716
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}

0 commit comments

Comments
 (0)