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
|
@ -4,23 +4,48 @@
|
||||||
"description": "Ask me something!",
|
"description": "Ask me something!",
|
||||||
"image": "/static/icons/favicon/android-chrome-512x512.png",
|
"image": "/static/icons/favicon/android-chrome-512x512.png",
|
||||||
"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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue