From 8672eebcf228b389252dd70d300df1131880d3ba Mon Sep 17 00:00:00 2001 From: leandrofars Date: Mon, 23 Oct 2023 14:11:57 -0300 Subject: [PATCH] chore(frontend): env file with production endpoints option --- frontend/.env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/.env b/frontend/.env index 91e41ec..679a4b3 100644 --- a/frontend/.env +++ b/frontend/.env @@ -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 ---------------------------- #