catask/config.example.json
2024-09-12 18:25:02 +03:00

13 lines
340 B
JSON

{
"instance": {
"title": "CatAsk",
"description": "Ask me something!",
"image": "/static/img/ca_screenshot.png",
"fullBaseUrl": "https://catask.localhost"
},
"charLimit": "512",
"anonName": "Anonymous",
"lockInbox": false,
"allowAnonQuestions": true,
"showQuestionCount": false
}