1
0
forked from apxtri/apxtrib

31 lines
806 B
JSON
Raw Permalink Normal View History

2023-04-13 07:46:35 +02:00
{
2023-04-27 06:17:20 +02:00
"nationId": "ants",
2023-05-12 07:59:32 +02:00
"townId": "usbfarm",
"IP":"192.168.1.1",
2023-04-29 06:32:56 +00:00
"tribeId":"ndda",
2023-05-12 07:59:32 +02:00
"dns": ["wallant.ndda.fr","adminapx"],
2023-04-27 06:17:20 +02: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 13:21:02 +02:00
"pageindex":"index_en.html"
2023-04-27 06:17:20 +02:00
}
}