From f2765abbee6001759f74f6c9e1161d2f02a58b2f Mon Sep 17 00:00:00 2001 From: lowercasename Date: Fri, 10 Jan 2020 21:53:13 +1100 Subject: Fixed a bug in iCal file import --- config/domain-example.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') 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': '' }; -- cgit v1.2.3