From d7ef875b0064a4c78d85abaef8873cd31e484f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leandro=20Ant=C3=B4nio=20Farias=20Machado?= Date: Thu, 18 May 2023 00:06:33 -0300 Subject: [PATCH] fix(env): front env config --- frontend/.env | 12 ++++++++++++ frontend/.gitignore | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 frontend/.env diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000..1ba26cd --- /dev/null +++ b/frontend/.env @@ -0,0 +1,12 @@ +# ----------------------------- Local Environment ---------------------------- # + +NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000" + +# ---------------------------------------------------------------------------- # + + +# ---------------------------- Mocked Environment ---------------------------- # + +#NEXT_PUBLIC_REST_ENPOINT="https://d9962fd9-2464-4a30-9a86-a15a04b57ad0.mock.pstmn.io" + +# ---------------------------------------------------------------------------- # \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index 9f37d36..d7d9eba 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -17,7 +17,6 @@ out .DS_Store .eslintcache .idea -.env /.env.local /.env.development.local /.env.test.local