update read/write timeout config in seconds

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>

updated gateway image tag to new release version
This commit is contained in:
Vivek Singh
2018-02-11 00:43:47 +05:30
committed by Alex Ellis
parent 365e348865
commit 368bd1680d

View File

@ -8,8 +8,8 @@ services:
- functions - functions
environment: environment:
functions_provider_url: "http://faas-swarm:8080/" functions_provider_url: "http://faas-swarm:8080/"
read_timeout: 10 # set both here, and on your functions read_timeout: 10s # set both here, and on your functions
write_timeout: 10 # set both here, and on your functions write_timeout: 10s # set both here, and on your functions
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
faas_nats_address: "nats" faas_nats_address: "nats"
faas_nats_port: 4222 faas_nats_port: 4222