From 1157143d851ad53a095d7047e0a8d53c085bddd4 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Wed, 11 Dec 2019 18:37:03 -0800 Subject: config port --- config/domain-example.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') 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' }; -- cgit v1.2.3