graphql-engine/community/boilerplates/remote-schemas/azure-functions/nodejs/host.json

20 lines
334 B
JSON
Raw Normal View History

{
"version": "2.0",
"functions": [ "graphql" ],
"functionTimeout": "00:00:30",
"extensions": {
"http": {
"routePrefix": ""
}
},
"logging": {
"fileLoggingMode": "always",
"logLevel": {
"default": "Information"
},
"console": {
"isEnabled": "false"
}
}
}