fix: remove all extraneous env vars (#39443)

This commit is contained in:
Mrugesh Mohapatra
2020-08-21 03:59:27 +05:30
committed by GitHub
parent cdc1a63ca8
commit 33de8a03b5
6 changed files with 54 additions and 285 deletions

View File

@@ -14,8 +14,6 @@ const {
API_LOCATION: api,
FORUM_LOCATION: forum,
NEWS_LOCATION: news,
FORUM_PROXY: forumProxy,
NEWS_PROXY: newsProxy,
LOCALE: locale,
STRIPE_PUBLIC_KEY: stripePublicKey,
SERVICEBOT_ID: servicebotId,
@@ -29,9 +27,7 @@ const locations = {
homeLocation: home,
apiLocation: api,
forumLocation: forum,
newsLocation: news,
forumProxy: forumProxy,
newsProxy: newsProxy
newsLocation: news
};
module.exports = Object.assign(locations, {