apxtrib/adminapi/www/adminapx/conf/initconf.json

35 lines
825 B
JSON
Raw Permalink Normal View History

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