From 3c1a0be5258310a8cf83ec8f904c0fcb5514cf68 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 23 Jul 2021 06:49:23 +1000 Subject: [PATCH] Updated tutorial setup (markdown) --- tutorial-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"', } }), ```