cleanup
This commit is contained in:
30
adminapi/www/adminapx/static/tpldata/ASUPtownconf.json
Normal file
30
adminapi/www/adminapx/static/tpldata/ASUPtownconf.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"nationId": "ants",
|
||||
"townId": "usbfarm",
|
||||
"IP":"192.168.1.1",
|
||||
"tribeId":"ndda",
|
||||
"dns": ["wallant.ndda.fr","adminapx"],
|
||||
"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"],
|
||||
"pageindex":"index_en.html"
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
25
adminapi/www/adminapx/static/tpldata/tribeconf.json
Executable file
25
adminapi/www/adminapx/static/tpldata/tribeconf.json
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"tribeid": "${tribeName}",
|
||||
"genericpsw": "",
|
||||
"saltRounds": "12",
|
||||
"allowedDOMs": ["${townName}.${nationName}.${dns}"],
|
||||
"customization": {
|
||||
"claim": "Be a Producer, not a product.",
|
||||
"name": "apxtrib",
|
||||
"logo": "https://${townName}.${nationName}.${dns}/static/img/chartegraphique/logo_bgtransparent.png",
|
||||
"favicon": "https://${townName}.${nationName}.${dns}/static/img//chartegraphique/favicon.png",
|
||||
"colors": {
|
||||
"primary": "#01717B",
|
||||
"secondary": "#CA5F00",
|
||||
"success": "",
|
||||
"info": "",
|
||||
"warning": "",
|
||||
"danger": "",
|
||||
"light": "#fff",
|
||||
"dark": "#222"
|
||||
}
|
||||
},
|
||||
"smtp": {},
|
||||
"accepted-language": "fr,en",
|
||||
"langueReferential": ["fr"]
|
||||
}
|
Reference in New Issue
Block a user