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": "" }