From 56de9c7de506dbe830c4f2780d5124b5ee9cb780 Mon Sep 17 00:00:00 2001 From: ArthurGing <45557527+ArthurGing@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:47:13 +0800 Subject: [PATCH] fix, compose deploy .env.frontend typo --- deploy/compose/.env.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/compose/.env.frontend b/deploy/compose/.env.frontend index ff3f456..365e938 100644 --- a/deploy/compose/.env.frontend +++ b/deploy/compose/.env.frontend @@ -1,7 +1,7 @@ # ----------------------------- Local Environment ---------------------------- # NEXT_PUBLIC_REST_ENDPOINT="http://localhost:8000/api" -NEXT_PUBLIC_WS_ENPDOINT="http://localhost:5000/" +NEXT_PUBLIC_WS_ENDPOINT="http://localhost:5000/" # ---------------------------------------------------------------------------- # # -------------------------- Production Environment -------------------------- #