mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
add timeout to heroku
This commit is contained in:
parent
e2ca414f79
commit
075f471358
1 changed files with 5 additions and 0 deletions
5
app.json
5
app.json
|
@ -10,6 +10,11 @@
|
||||||
"description": "The base64(json) of services available (https://www.base64encode.org)",
|
"description": "The base64(json) of services available (https://www.base64encode.org)",
|
||||||
"value": "",
|
"value": "",
|
||||||
"required": false
|
"required": false
|
||||||
|
},
|
||||||
|
"FARSIDE_TIMEOUT": {
|
||||||
|
"description": "Time to wait (ms) until we declare server non-responsive (timeout)",
|
||||||
|
"value": "8000",
|
||||||
|
"required": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue