Updated configure-script.js with chat info

This commit is contained in:
2021-03-18 05:15:32 +11:00
parent 1c3d24575e
commit f5f44ae9f7
4 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = ({ production, analyzer }) => {
'PRODUCTION': production,
'NEWS_URI': production ? `"${process.env.NEWS_URI}"` : '"https://dev-news.eggtrainer.com"',
'AUTH_URI': production ? `"${process.env.AUTH_URI}"` : '"https://dev-auth.eggtrainer.com"',
'CHAT_URI': production ? `"${process.env.CHAT_URI}"` : '"http://localhost:3300"',
'CHAT_URI': production ? `"${process.env.CHAT_URI}"` : '"https://dev-chat.eggtrainer.com"',
}
}),
new CleanWebpackPlugin({