chore(frontend): env file with production endpoints option

This commit is contained in:
leandrofars 2023-10-23 14:11:57 -03:00
parent a5592c4d3b
commit 8672eebcf2

View File

@ -4,6 +4,11 @@ NEXT_PUBLIC_REST_ENPOINT="http://localhost:8000/api"
NEXT_PUBLIC_WS_ENPOINT="http://localhost:5000/" 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 ---------------------------- # # ---------------------------- Mocked Environment ---------------------------- #