fix: remove all extraneous env vars (#39443)
This commit is contained in:
committed by
GitHub
parent
cdc1a63ca8
commit
33de8a03b5
@@ -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, {
|
||||
|
Reference in New Issue
Block a user