diff --git a/tutorial-setup.md b/tutorial-setup.md index feb28f1..c7b3a8f 100644 --- a/tutorial-setup.md +++ b/tutorial-setup.md @@ -141,9 +141,9 @@ Next, you'll need to open the MERN-template's `webpack.config.js` file, and repl new DefinePlugin({ 'process.env': { '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}"` : '"https://dev-chat.eggtrainer.com"', + 'NEWS_URI': production ? `"${process.env.NEWS_URI}"` : '"https://dev-news.krgamestudios.com"', + 'AUTH_URI': production ? `"${process.env.AUTH_URI}"` : '"https://dev-auth.krgamestudios.com"', + 'CHAT_URI': production ? `"${process.env.CHAT_URI}"` : '"https://dev-chat.krgamestudios.com"', } }), ```