forked from apxtri/apxtrib
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"nationName":"ants",
|
|
"townName":"setuptown",
|
|
"tribeName":"setuptribe",
|
|
"dns":["adminapx"],
|
|
"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":{
|
|
"restart":"sudo systemctl restart nginx",
|
|
"worker_connections":1024,
|
|
"include":["/etc/nginx/conf.d/*.conf", "/etc/nginx/sites-enabled/*"]
|
|
}
|
|
} |