2023-04-13 07:46:35 +02:00
|
|
|
{
|
2023-05-12 07:59:32 +02:00
|
|
|
"dns": ["adminapx"],
|
2023-05-16 10:31:27 +02:00
|
|
|
"towns": [
|
|
|
|
{ "townId": "wall", "nationId": "ants", "url": "wall-ants.ndda.fr" },
|
|
|
|
{ "townId": "hill", "nationId": "ants", "url": "hill-ants.ndda.fr" }
|
|
|
|
],
|
2023-04-27 06:17:20 +02:00
|
|
|
"api": {
|
|
|
|
"port": 3020,
|
2023-05-12 07:59:32 +02:00
|
|
|
"languages": ["en", "fr"],
|
|
|
|
"exposedHeaders": ["xdays", "xhash", "xalias", "xlang", "xtribe", "xapp"],
|
|
|
|
"nationObjects": [
|
|
|
|
"schema",
|
|
|
|
"blocks",
|
|
|
|
"nations",
|
|
|
|
"towns",
|
|
|
|
"tribes",
|
|
|
|
"pagans"
|
|
|
|
],
|
2023-04-27 06:17:20 +02:00
|
|
|
"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-05-12 07:59:32 +02:00
|
|
|
"pageindex": "index_en.html"
|
2023-04-27 06:17:20 +02:00
|
|
|
}
|
|
|
|
}
|