From 6ada13e1f32c1812bd821206f36e09206aef2dc6 Mon Sep 17 00:00:00 2001 From: Afonso Santos Date: Mon, 27 Nov 2023 21:35:03 +0000 Subject: [PATCH] Request changes --- apps/app/components/Signup/index.tsx | 4 ++-- apps/web/.env | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 apps/web/.env diff --git a/apps/app/components/Signup/index.tsx b/apps/app/components/Signup/index.tsx index e9665fde..c04e2339 100644 --- a/apps/app/components/Signup/index.tsx +++ b/apps/app/components/Signup/index.tsx @@ -77,13 +77,13 @@ function Signup() { Guardião Mentor - diff --git a/apps/web/.env b/apps/web/.env new file mode 100644 index 00000000..f2c650bb --- /dev/null +++ b/apps/web/.env @@ -0,0 +1,4 @@ +NEXT_PUBLIC_API_URL=http://localhost:4000 +WEB_URL=http://localhost:3000 +BLOG_URL=http://localhost:3001 +APP_URL=http://localhost:3002