mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +03:00
20 lines
334 B
JSON
20 lines
334 B
JSON
|
{
|
||
|
"version": "2.0",
|
||
|
"functions": [ "graphql" ],
|
||
|
"functionTimeout": "00:00:30",
|
||
|
"extensions": {
|
||
|
"http": {
|
||
|
"routePrefix": ""
|
||
|
}
|
||
|
},
|
||
|
"logging": {
|
||
|
"fileLoggingMode": "always",
|
||
|
"logLevel": {
|
||
|
"default": "Information"
|
||
|
},
|
||
|
"console": {
|
||
|
"isEnabled": "false"
|
||
|
}
|
||
|
}
|
||
|
}
|