fix(env): front env config

This commit is contained in:
Leandro Antônio Farias Machado 2023-05-18 00:06:33 -03:00
parent 228fef7d21
commit d7ef875b00
2 changed files with 12 additions and 1 deletions

12
frontend/.env Normal file
View File

@ -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"
# ---------------------------------------------------------------------------- #

1
frontend/.gitignore vendored
View File

@ -17,7 +17,6 @@ out
.DS_Store
.eslintcache
.idea
.env
/.env.local
/.env.development.local
/.env.test.local