From 1f8979cf58e8b24a15f927de1800fb737ff099f0 Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 19:50:03 +0300 Subject: [PATCH] update example config --- config.example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index 164924d..7966137 100644 --- a/config.example.json +++ b/config.example.json @@ -70,7 +70,7 @@ "cw": "" } }, - "themeStoreUrl": "http://127.0.0.1:8000", + "themeStoreUrl": "https://themes.catask.mystie.dev", "username": "", "trimContentAfter": "150", "charLimit": "512", @@ -78,5 +78,6 @@ "lockInbox": false, "allowAnonQuestions": true, "showQuestionCount": true, - "noDeleteConfirm": false + "noDeleteConfirm": false, + "fediVerificationUrl": "" }