Skip to content

Commit 296eb21

Browse files
committed
Merge pull request #261 from CodeNow/SAN-3043-cache
Remove CLUSTER_WORKERS env, add ENABLE_CLUSTERING
2 parents 2854caa + b397448 commit 296eb21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-navi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ node_version: "4.1.0"
88
npm_version: "2.8.3"
99

1010
container_envs: >
11-
-e CLUSTER_WORKERS=20
1211
-e DATADOG_HOST={{ datadog_host_address }}
1312
-e DATADOG_PORT={{ datadog_port }}
13+
-e ENABLE_CLUSTERING=1
1414
-e ENABLE_LRU_CACHE=1
1515
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
1616
-e HTTP_PORT={{ hosted_ports[0] }}

0 commit comments

Comments
 (0)