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

35 lines
825 B
JSON
Raw Normal View History

2023-04-13 07:46:35 +02:00
{
2023-05-31 15:19:21 +02:00
"dns": ["devfarm-ants"],
2023-05-16 10:31:27 +02:00
"towns": [
2023-05-31 15:19:21 +02:00
{ "townId": "wall", "nationId": "ants", "dns": "wall-ants.ndda.fr" }
2023-05-16 10:31:27 +02:00
],
2023-04-27 06:17:20 +02:00
"api": {
"port": 3020,
2023-05-12 07:59:32 +02:00
"languages": ["en", "fr"],
2023-11-05 12:03:25 +01:00
"exposedHeaders": ["xdays", "xhash", "xalias", "xlang", "xtribe", "xapp","xuuid"],
2023-05-12 07:59:32 +02:00
"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
}
}