commit
79091471af
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
|
||||
.eslintcache
|
||||
.idea
|
||||
.env
|
||||
/.env.local
|
||||
/.env.development.local
|
||||
/.env.test.local
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user