mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
update default config
This commit is contained in:
parent
a4168b17a4
commit
6034496d80
1 changed files with 10 additions and 1 deletions
|
@ -2,10 +2,19 @@
|
|||
"instance": {
|
||||
"title": "CatAsk",
|
||||
"description": "Ask me something!",
|
||||
"image": "/static/img/ca_screenshot.png",
|
||||
"image": "/static/icons/favicon/apple-touch-icon.png",
|
||||
"fullBaseUrl": "https://catask.localhost",
|
||||
"rules": ""
|
||||
},
|
||||
"style": {
|
||||
"accentLight": "#6345d9",
|
||||
"accentDark": "#7259d9",
|
||||
"bgLight": "#ffffff",
|
||||
"bgDark": "#202020",
|
||||
"navStyle": "underline",
|
||||
"tintColors": false,
|
||||
"infoBoxLayout": "column"
|
||||
},
|
||||
"charLimit": "512",
|
||||
"anonName": "Anonymous",
|
||||
"lockInbox": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue