blob: c019a4a6311dbf66dda79f872b8d1140048c2d8a (
plain)
1
2
3
4
5
6
7
8
9
10
|
module.exports = {
// Your domain goes here. If there is a port it should be 'domain:port', but otherwise just 'domain'
'domain' : 'localhost:3000' ,
'port': '3000',
'email': 'contact@example.com',
'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': ''
};
|