From d74686d3849c25be8a16c59a0be76aa53d7dd1df Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Wed, 16 Jul 2025 03:55:00 +0000 Subject: [PATCH] Fix environment files --- .env | 6 +++--- .env.live | 13 ------------- .env.dev => .env.local | 0 .env.qa | 13 ------------- .env.test | 6 +++--- 5 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 .env.live rename .env.dev => .env.local (100%) delete mode 100644 .env.qa diff --git a/.env b/.env index 209d589..a2149c8 100644 --- a/.env +++ b/.env @@ -1,10 +1,10 @@ APP_PORT=8091 ESLINT_NO_DEV_ERRORS=true -PANEL_URL=https://qa-panel.mermsemr.com +PANEL_URL=https://panel.mermsemr.com # auth routes -NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com -NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup +NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com +NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ diff --git a/.env.live b/.env.live deleted file mode 100644 index a2149c8..0000000 --- a/.env.live +++ /dev/null @@ -1,13 +0,0 @@ -APP_PORT=8091 -ESLINT_NO_DEV_ERRORS=true -PANEL_URL=https://panel.mermsemr.com - -# auth routes -NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com -NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup - -# social links -NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ -NEXT_PUBLIC_TWITTER_URL=# -NEXT_PUBLIC_INSTAGRAM_URL=# -NEXT_PUBLIC_YOUTUBE_URL=# \ No newline at end of file diff --git a/.env.dev b/.env.local similarity index 100% rename from .env.dev rename to .env.local diff --git a/.env.qa b/.env.qa deleted file mode 100644 index 209d589..0000000 --- a/.env.qa +++ /dev/null @@ -1,13 +0,0 @@ -APP_PORT=8091 -ESLINT_NO_DEV_ERRORS=true -PANEL_URL=https://qa-panel.mermsemr.com - -# auth routes -NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com -NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup - -# social links -NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ -NEXT_PUBLIC_TWITTER_URL=# -NEXT_PUBLIC_INSTAGRAM_URL=# -NEXT_PUBLIC_YOUTUBE_URL=# \ No newline at end of file diff --git a/.env.test b/.env.test index a2149c8..209d589 100644 --- a/.env.test +++ b/.env.test @@ -1,10 +1,10 @@ APP_PORT=8091 ESLINT_NO_DEV_ERRORS=true -PANEL_URL=https://panel.mermsemr.com +PANEL_URL=https://qa-panel.mermsemr.com # auth routes -NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com -NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup +NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com +NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup # social links NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/