mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
update example config
This commit is contained in:
parent
bbec16e926
commit
801153a9b9
1 changed files with 32 additions and 7 deletions
|
@ -6,21 +6,46 @@
|
|||
"fullBaseUrl": "https://catask.localhost",
|
||||
"rules": ""
|
||||
},
|
||||
"accessibility": {
|
||||
"font": "default",
|
||||
"userway": {
|
||||
"enabled": false,
|
||||
"account": ""
|
||||
}
|
||||
},
|
||||
"style": {
|
||||
"accentLight": "#6345d9",
|
||||
"accentDark": "#7259d9",
|
||||
"accentDark": "#7a63e3",
|
||||
"bgLight": "#ffffff",
|
||||
"bgDark": "#202020",
|
||||
"navStyle": "underline",
|
||||
"navStyle": "pills",
|
||||
"tintColors": false,
|
||||
"infoBoxLayout": "column",
|
||||
"homepageLayout": "catask"
|
||||
"infoBoxLayout": "row",
|
||||
"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",
|
||||
"anonName": "Anonymous",
|
||||
"lockInbox": false,
|
||||
"allowAnonQuestions": true,
|
||||
"showQuestionCount": false,
|
||||
"showQuestionCount": true,
|
||||
"noDeleteConfirm": false
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue