blob: 2f22fe718466b7dcbdcfbc642639d291ddf57c40 (
plain)
1
2
3
4
5
6
|
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'
};
|