diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/domain-example.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/domain-example.js b/config/domain-example.js index 3cb4c85..2f22fe7 100644 --- a/config/domain-example.js +++ b/config/domain-example.js @@ -1,3 +1,6 @@ module.exports = { - 'domain' : 'localhost:3000' // Your domain goes here + // 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' }; |