2023-04-13 05:46:35 +00:00
|
|
|
{
|
2023-04-27 04:17:20 +00:00
|
|
|
"nationId": "ants",
|
2023-05-12 05:59:32 +00:00
|
|
|
"townId": "usbfarm",
|
|
|
|
"IP":"192.168.1.1",
|
2023-04-29 06:32:56 +00:00
|
|
|
"tribeId":"ndda",
|
2023-05-12 05:59:32 +00:00
|
|
|
"dns": ["wallant.ndda.fr","adminapx"],
|
2023-04-27 04:17:20 +00:00
|
|
|
"mayorId":"philc",
|
|
|
|
"passphrase":"",
|
|
|
|
"api": {
|
|
|
|
"port": 3020,
|
|
|
|
"languages": ["en","fr"],
|
|
|
|
"exposedHeaders": ["xhash", "xalias", "xlang", "xtribe", "xapp"],
|
|
|
|
"nationObjects":["schema","blocks","nations","towns","tribes","pagans"],
|
|
|
|
"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"],
|
2023-04-28 11:21:02 +00:00
|
|
|
"pageindex":"index_en.html"
|
2023-04-27 04:17:20 +00:00
|
|
|
}
|
|
|
|
}
|