update example config

This commit is contained in:
mst 2024-11-26 15:26:53 +03:00
parent bbec16e926
commit 801153a9b9

View file

@ -6,21 +6,46 @@
"fullBaseUrl": "https://catask.localhost", "fullBaseUrl": "https://catask.localhost",
"rules": "" "rules": ""
}, },
"accessibility": {
"font": "default",
"userway": {
"enabled": false,
"account": ""
}
},
"style": { "style": {
"accentLight": "#6345d9", "accentLight": "#6345d9",
"accentDark": "#7259d9", "accentDark": "#7a63e3",
"bgLight": "#ffffff", "bgLight": "#ffffff",
"bgDark": "#202020", "bgDark": "#202020",
"navStyle": "underline", "navStyle": "pills",
"tintColors": false, "tintColors": false,
"infoBoxLayout": "column", "infoBoxLayout": "row",
"homepageLayout": "catask" "homepageLayout": "catask",
"navIcons": true,
"navIconsOnly": false
}, },
"trimContentAfter": "50", "antispam": {
"type": "basic",
"enabled": true,
"recaptcha": {
"sitekey": "",
"secretkey": ""
},
"turnstile": {
"sitekey": "",
"secretkey": ""
},
"frc": {
"sitekey": "",
"apikey": ""
}
},
"trimContentAfter": "150",
"charLimit": "512", "charLimit": "512",
"anonName": "Anonymous", "anonName": "Anonymous",
"lockInbox": false, "lockInbox": false,
"allowAnonQuestions": true, "allowAnonQuestions": true,
"showQuestionCount": false, "showQuestionCount": true,
"noDeleteConfirm": false "noDeleteConfirm": false
} }