summaryrefslogtreecommitdiff
path: root/config/domain-example.js
diff options
context:
space:
mode:
authorlowercasename <raphaelkabo@gmail.com>2020-01-10 21:53:13 +1100
committerlowercasename <raphaelkabo@gmail.com>2020-01-10 21:53:13 +1100
commitf2765abbee6001759f74f6c9e1161d2f02a58b2f (patch)
treedbb6c3877ce8289d8d534f14f505f5124d3dacf6 /config/domain-example.js
parent29d1206fb2d165e3e7ba788225903bd566a982e1 (diff)
Fixed a bug in iCal file import
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 3b77197..b84e210 100644
--- a/config/domain-example.js
+++ b/config/domain-example.js
@@ -3,5 +3,7 @@ module.exports = {
'domain' : 'localhost:3000' ,
'port': '3000',
'email': 'contact@example.com',
- 'sitename': 'gathio'
+ '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': ''
};