update default config

This commit is contained in:
mystie 2024-09-28 00:34:48 +03:00
parent a4168b17a4
commit 6034496d80

View file

@ -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,