mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 14:55:50 -04:00
add timeout to heroku
This commit is contained in:
parent
e2ca414f79
commit
075f471358
5
app.json
5
app.json
@ -10,6 +10,11 @@
|
||||
"description": "The base64(json) of services available (https://www.base64encode.org)",
|
||||
"value": "",
|
||||
"required": false
|
||||
},
|
||||
"FARSIDE_TIMEOUT": {
|
||||
"description": "Time to wait (ms) until we declare server non-responsive (timeout)",
|
||||
"value": "8000",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"buildpacks": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user