update checkdata.js
This commit is contained in:
11
nationchains/socialworld/setup/townSetup.json
Executable file
11
nationchains/socialworld/setup/townSetup.json
Executable file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"sudoerUser": "phil",
|
||||
"nationName":"ants",
|
||||
"townName":"devndda",
|
||||
"tribeName":"devndda",
|
||||
"dns":"unchain",
|
||||
"paganslogin":"pat",
|
||||
"apiport": 3018,
|
||||
"language": ["fr", "en"],
|
||||
"jwtsecret": "longsentenceusedtoencryptionChangethisforproduction"
|
||||
}
|
13
nationchains/socialworld/setup/townconf.json
Normal file
13
nationchains/socialworld/setup/townconf.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"saltRounds":10,
|
||||
"exposedHeaders":[ "xauth", "xpaganid", "xlang", "xtribe", "xworkon", "xapp" ],
|
||||
"unittesting":["middlewares","models","routes","nationchains"],
|
||||
"appset":{"trust proxy":true},
|
||||
"bodyparse": {
|
||||
"urlencoded": {
|
||||
"limit": "50mb",
|
||||
"extended": true
|
||||
},
|
||||
"json": { "limit": "500mb" }
|
||||
}
|
||||
}
|
25
nationchains/socialworld/setup/tribeconf.json
Executable file
25
nationchains/socialworld/setup/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