summaryrefslogtreecommitdiff
path: root/config/domain-example.js
diff options
context:
space:
mode:
authorlowercasename <raphaelkabo@gmail.com>2020-01-10 21:56:29 +1100
committerlowercasename <raphaelkabo@gmail.com>2020-01-10 21:56:29 +1100
commit5dcb3707c095af414f7e5e5b5bfb472f360a4216 (patch)
tree56659b837183cbaa8dd7f7a4b51b8d9313463df3 /config/domain-example.js
parentf2765abbee6001759f74f6c9e1161d2f02a58b2f (diff)
Revert "Fixed a bug in iCal file import"
This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f.
Diffstat (limited to 'config/domain-example.js')
-rw-r--r--config/domain-example.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/domain-example.js b/config/domain-example.js
index b84e210..3b77197 100644
--- a/config/domain-example.js
+++ b/config/domain-example.js
@@ -3,7 +3,5 @@ module.exports = {
'domain' : 'localhost:3000' ,
'port': '3000',
'email': 'contact@example.com',
- 'sitename': 'gathio',
- // 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': ''
+ 'sitename': 'gathio'
};