diff options
author | lowercasename <raphaelkabo@gmail.com> | 2020-01-10 22:03:45 +1100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-10 22:03:45 +1100 |
commit | d34ef7eea742dfc7e2a3fa2480237b7bb3e4cc0c (patch) | |
tree | dbb6c3877ce8289d8d534f14f505f5124d3dacf6 /config/domain-example.js | |
parent | 5dcb3707c095af414f7e5e5b5bfb472f360a4216 (diff) |
Revert "Revert "Fixed a bug in iCal file import""
This reverts commit 5dcb3707c095af414f7e5e5b5bfb472f360a4216.
Diffstat (limited to 'config/domain-example.js')
-rw-r--r-- | config/domain-example.js | 4 |
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': '' }; |