From 82d272131ab2593460cc9059bfe63a29855c7872 Mon Sep 17 00:00:00 2001 From: Dominik Michno Date: Fri, 3 May 2019 11:07:37 -0400 Subject: [PATCH] Update development.js --- config/env/development.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env/development.js b/config/env/development.js index 7e5c205..5f510cf 100644 --- a/config/env/development.js +++ b/config/env/development.js @@ -317,7 +317,7 @@ module.exports = { * this, just try deploying without setting it and see if it works.) * * * ***************************************************************************/ - port: 3000, + port: 80, /************************************************************************** * * @@ -347,7 +347,7 @@ module.exports = { * * ***************************************************************************/ custom: { - baseURL: 'http://localhost:3000', + baseURL: 'https://roe.ebookfoundation.org', internalEmailAddress: 'support@example.com' // mailgunDomain: 'mg.example.com',