update example config

This commit is contained in:
mst 2024-10-19 23:55:28 +03:00
parent ca7e584922
commit 5ee3422926

View file

@ -2,7 +2,7 @@
"instance": { "instance": {
"title": "CatAsk", "title": "CatAsk",
"description": "Ask me something!", "description": "Ask me something!",
"image": "/static/icons/favicon/apple-touch-icon.png", "image": "/static/icons/favicon/android-chrome-512x512.png",
"fullBaseUrl": "https://catask.localhost", "fullBaseUrl": "https://catask.localhost",
"rules": "" "rules": ""
}, },
@ -13,7 +13,8 @@
"bgDark": "#202020", "bgDark": "#202020",
"navStyle": "underline", "navStyle": "underline",
"tintColors": false, "tintColors": false,
"infoBoxLayout": "column" "infoBoxLayout": "column",
"homepageLayout": "catask"
}, },
"trimContentAfter": "50", "trimContentAfter": "50",
"charLimit": "512", "charLimit": "512",