24 lines
643 B
JSON
24 lines
643 B
JSON
|
{
|
||
|
"nationName":"ants",
|
||
|
"townName":"setuptown",
|
||
|
"tribeName":"setuptribe",
|
||
|
"dns":"mydnsapxtrib",
|
||
|
"apiport":3018,
|
||
|
"language":["en"],
|
||
|
"jwtsecret":"longsentenceusedtoencryptionChangethisforproduction",
|
||
|
"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" }
|
||
|
},
|
||
|
"nginx":{
|
||
|
"worker_connections":1024,
|
||
|
"include":["/etc/nginx/conf.d/*.conf", "include /etc/nginx/sites-enabled/*"]
|
||
|
}
|
||
|
}
|