summaryrefslogtreecommitdiff
path: root/config/domain-example.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/domain-example.js')
-rw-r--r--config/domain-example.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/domain-example.js b/config/domain-example.js
index 9b672aa..19c797a 100644
--- a/config/domain-example.js
+++ b/config/domain-example.js
@@ -7,5 +7,7 @@ module.exports = {
'sitename': 'gathio',
'isFederated': true,
// If left blank, this defaults to https://yourdomain.com/images/gathio-email-logo.gif. Set a full URL here to change it to your own logo (or just change the file itself)
- 'logo_url': ''
+ 'logo_url': '',
+ // Show a Ko-Fi box to donate money to Raphael Kabo (Gathio's creator) on the front page
+ 'showKofi': false,
};