From 7e2dd6af30e8816a16fd84a85fc80a330d2959dc Mon Sep 17 00:00:00 2001 From: amk-dev Date: Fri, 26 May 2023 14:17:05 +0530 Subject: [PATCH] chore: update env variable for websocket api to use ws protocol instead of wss --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 754ef0000..8281e999f 100644 --- a/.env.example +++ b/.env.example @@ -51,7 +51,7 @@ VITE_ADMIN_URL=http://localhost:3100 # Backend URLs VITE_BACKEND_GQL_URL=http://localhost:3170/graphql -VITE_BACKEND_WS_URL=wss://localhost:3170/graphql +VITE_BACKEND_WS_URL=ws://localhost:3170/graphql VITE_BACKEND_API_URL=http://localhost:3170/v1 # Terms Of Service And Privacy Policy Links (Optional)