diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:37:03 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2019-12-11 18:37:03 -0800 |
commit | 1157143d851ad53a095d7047e0a8d53c085bddd4 (patch) | |
tree | 07bd2b399557fd3853aae508d5292038e6474c33 /config | |
parent | 5faad9ea56dcf2d715c9e11e07490f50115d25bb (diff) |
config port
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' }; |