fix: Add news to the env file
This commit is contained in:
committed by
mrugesh mohapatra
parent
8276d477a6
commit
0369dfbf37
@ -9,13 +9,15 @@ const {
|
||||
HOME_LOCATION: home,
|
||||
API_LOCATION: api,
|
||||
FORUM_LOCATION: forum,
|
||||
NEWS_LOCATION: news,
|
||||
LOCALE: locale,
|
||||
} = process.env;
|
||||
|
||||
const locations = {
|
||||
homeLocation: home,
|
||||
apiLocation: api,
|
||||
forumLocation: forum
|
||||
forumLocation: forum,
|
||||
newsLocation: news
|
||||
};
|
||||
|
||||
module.exports = Object.assign(locations, { locale });
|
||||
|
Reference in New Issue
Block a user