fix(env): front env config
This commit is contained in:
parent
228fef7d21
commit
d7ef875b00
12
frontend/.env
Normal file
12
frontend/.env
Normal 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
1
frontend/.gitignore
vendored
|
|
@ -17,7 +17,6 @@ out
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.eslintcache
|
.eslintcache
|
||||||
.idea
|
.idea
|
||||||
.env
|
|
||||||
/.env.local
|
/.env.local
|
||||||
/.env.development.local
|
/.env.development.local
|
||||||
/.env.test.local
|
/.env.test.local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user