chore(frontend): env file with production endpoints option
This commit is contained in:
parent
a5592c4d3b
commit
8672eebcf2
|
|
@ -4,6 +4,11 @@ NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000/api"
|
|||
NEXT_PUBLIC_WS_ENPOINT="http://localhost:5000/"
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
# -------------------------- Production Environment -------------------------- #
|
||||
|
||||
#NEXT_PUBLIC_REST_ENPOINT="https://oktopustr369.com/api"
|
||||
#NEXT_PUBLIC_WS_ENPOINT="https://oktopustr369.com/"
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
# ---------------------------- Mocked Environment ---------------------------- #
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user