update default config

This commit is contained in:
mst 2025-02-28 07:29:47 +03:00
parent ac03277899
commit e7e6650ecd
No known key found for this signature in database

View file

@ -13,6 +13,10 @@
"account": "" "account": ""
} }
}, },
"languages": {
"default": "en_US",
"allowChanging": true
},
"style": { "style": {
"accentLight": "#6345d9", "accentLight": "#6345d9",
"accentDark": "#7a63e3", "accentDark": "#7a63e3",
@ -23,7 +27,12 @@
"infoBoxLayout": "row", "infoBoxLayout": "row",
"homepageLayout": "catask", "homepageLayout": "catask",
"navIcons": true, "navIcons": true,
"navIconsOnly": false "navIconsOnly": false,
"customCss": "",
"useCustomCss": false,
"overrideBaseStyles": false,
"overrideCatAskStyles": false,
"cardStyle": "compact"
}, },
"antispam": { "antispam": {
"type": "basic", "type": "basic",
@ -48,6 +57,8 @@
"pass": "", "pass": "",
"topic": "" "topic": ""
}, },
"themeStoreUrl": "http://127.0.0.1:8000",
"username": "",
"trimContentAfter": "150", "trimContentAfter": "150",
"charLimit": "512", "charLimit": "512",
"anonName": "Anonymous", "anonName": "Anonymous",