1
0
Fork 0
functionapp-hanyadikhetvan-.../host.json

13 lines
170 B
JSON
Raw Permalink Normal View History

2022-05-18 00:32:51 +02:00
{
2022-05-18 00:36:57 +02:00
"version": "2.0",
"functionTimeout": "00:00:10",
"healthMonitor": {
"enabled": false
2022-05-18 00:38:00 +02:00
},
2022-05-18 00:36:57 +02:00
"extensions": {
"http": {
"routePrefix": ""
}
2022-05-18 00:32:51 +02:00
}
}