mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 13:53:42 -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": {
|
"instance": {
|
||||||
"title": "CatAsk",
|
"title": "CatAsk",
|
||||||
"description": "Ask me something!",
|
"description": "Ask me something!",
|
||||||
"image": "/static/img/ca_screenshot.png",
|
"image": "/static/icons/favicon/apple-touch-icon.png",
|
||||||
"fullBaseUrl": "https://catask.localhost",
|
"fullBaseUrl": "https://catask.localhost",
|
||||||
"rules": ""
|
"rules": ""
|
||||||
},
|
},
|
||||||
|
"style": {
|
||||||
|
"accentLight": "#6345d9",
|
||||||
|
"accentDark": "#7259d9",
|
||||||
|
"bgLight": "#ffffff",
|
||||||
|
"bgDark": "#202020",
|
||||||
|
"navStyle": "underline",
|
||||||
|
"tintColors": false,
|
||||||
|
"infoBoxLayout": "column"
|
||||||
|
},
|
||||||
"charLimit": "512",
|
"charLimit": "512",
|
||||||
"anonName": "Anonymous",
|
"anonName": "Anonymous",
|
||||||
"lockInbox": false,
|
"lockInbox": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue