chore: update env variable for websocket api to use ws protocol instead of wss

This commit is contained in:
amk-dev
2023-05-26 14:17:05 +05:30
committed by Andrew Bastin
parent 3d4825305d
commit 7e2dd6af30

View File

@@ -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)