Merge pull request #46 from leandrofars/dev

fix(env): front env config
This commit is contained in:
Leandro Antônio Farias Machado 2023-05-18 00:07:23 -03:00 committed by GitHub
commit 79091471af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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