diff --git a/deploy/compose/.env.frontend b/deploy/compose/.env.frontend index 32e4aa9..ff3f456 100644 --- a/deploy/compose/.env.frontend +++ b/deploy/compose/.env.frontend @@ -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 -------------------------- #