summaryrefslogtreecommitdiff
path: root/config/domain-example.js
blob: 3b77197d78215740bd4c00bd5d67e74ba952d0a3 (plain)
1
2
3
4
5
6
7
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'
};