fix: frotend env var typo
This commit is contained in:
parent
dc090a055b
commit
7e5b9a682a
|
|
@ -1,7 +1,7 @@
|
|||
# ----------------------------- Local Environment ---------------------------- #
|
||||
|
||||
NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000/api"
|
||||
NEXT_PUBLIC_WS_ENPOINT="http://localhost:5000/"
|
||||
NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api"
|
||||
NEXT_PUBLIC_WS_ENPDOINT="http://localhost:5000/"
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
# -------------------------- Production Environment -------------------------- #
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user