apxtrib/nationschainssave/tribes/conf.json
2023-04-29 06:32:56 +00:00

67 lines
1.2 KiB
JSON

{
"nationId": "ants",
"townId": "wall",
"IP": "213.32.65.213",
"tribeId": "ndda",
"dns": [
"wallant.ndda.fr"
],
"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",
"/home/phil/workspace/apxtrib/nationchains/**/nginx_*.conf"
],
"pageindex": "index_en.html",
"logs": "/home/phil/workspace/apxtrib/nationchains/logs/nginx",
"website": "adminapx",
"fswww": "nationchains/",
"tribeid": "town"
},
"sudoerUser": "phil",
"dirname": "/home/phil/workspace/apxtrib"
}