From 2d32b4db54e71eee0c5d7665b56ee8748aa0cc1c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 24 Apr 2019 11:51:39 -0400 Subject: [PATCH] new baseURL --- config/env/production.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/env/production.js b/config/env/production.js index 18f6c02..0703566 100644 --- a/config/env/production.js +++ b/config/env/production.js @@ -240,7 +240,7 @@ module.exports = { * * ***************************************************************************/ onlyAllowOrigins: [ - 'https://ec2-18-219-76-43.us-east-2.compute.amazonaws.com' + 'https://roe.ebookfoundation.org' ] /*************************************************************************** @@ -348,7 +348,7 @@ module.exports = { * * ***************************************************************************/ custom: { - baseURL: 'http://ec2-18-219-223-27.us-east-2.compute.amazonaws.com', + baseURL: 'https://roe.ebookfoundation.org', internalEmailAddress: 'support@example.com' // mailgunDomain: 'mg.example.com',