From 7e5b9a682a21dd014230824ed841de7f8a5ce9dd Mon Sep 17 00:00:00 2001 From: leandrofars Date: Tue, 23 Apr 2024 14:03:51 -0300 Subject: [PATCH] fix: frotend env var typo --- deploy/compose/.env.frontend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -------------------------- #