forked from apxtri/apxtrib
13 lines
318 B
JSON
13 lines
318 B
JSON
|
{
|
||
|
"saltRounds":10,
|
||
|
"exposedHeaders":[ "xauth", "xpaganid", "xlang", "xtribe", "xworkon", "xapp" ],
|
||
|
"unittesting":["middlewares","models","routes","nationchains"],
|
||
|
"appset":{"trust proxy":true},
|
||
|
"bodyparse": {
|
||
|
"urlencoded": {
|
||
|
"limit": "50mb",
|
||
|
"extended": true
|
||
|
},
|
||
|
"json": { "limit": "500mb" }
|
||
|
}
|
||
|
}
|