From 7ec2380ed5924e59bc6c2d6342642f8b9417c3ae Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Tue, 30 May 2023 05:53:02 +0530 Subject: [PATCH] chore: update wss url to ws in .env.example (#3081) --- .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)