apxtrib/asupsetup/data/domain/apixpress/clientconf.mustache

29 lines
754 B
Plaintext
Raw Normal View History

2023-01-22 09:53:09 +00:00
{
"tribeid": "{{tribeid}}",
"genericpsw": "{{genericpsw}}",
"saltRounds": "tomakeitharderbetterstronger",
"website": {
"webapp": "{{subdomain}}.{{domain}}"
},
"allowedDOMs": ["{{domain}}"],
"customization": {
"claim": "Be a Producer, not a product.",
2023-03-27 05:52:21 +00:00
"name": "apxtrib",
"logo": "https://{{subdomain}}.{{domain}}/cdn/{{druidid}}/img/logo/apxtrib.png",
2023-01-22 09:53:09 +00:00
"favicon": "https://{{subdomain}}.{{domain}}/cdn/{{druidid}}/img/iconX74x74.png",
"colors": {
"primary": "#01717B",
"secondary": "#CA5F00",
"success": "",
"info": "",
"warning": "",
"danger": "",
"light": "#fff",
"dark": "#222"
}
},
"smtp": {},
"accepted-language": "fr,en",
"langueReferential": ["fr"]
}