Skip to content

Commit fd48f94

Browse files
Addedd process.env.HOST and process.env.PORT to config file
1 parent 5e57c54 commit fd48f94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/default.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,9 @@ module.exports = {
401401
TC_EDU_ARTICLES_PATH: '/articles',
402402
TC_EDU_SEARCH_PATH: '/search',
403403
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
404+
405+
ENV: {
406+
HOST: process.env.HOST,
407+
PORT: process.env.PORT,
408+
},
404409
};

0 commit comments

Comments
 (0)