Browse Source

chore: update wss url to ws in .env.example (#3081)

Akash K 1 year ago
parent
commit
7ec2380ed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -51,7 +51,7 @@ VITE_ADMIN_URL=http://localhost:3100
 
 
 # Backend URLs
 # Backend URLs
 VITE_BACKEND_GQL_URL=http://localhost:3170/graphql
 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
 VITE_BACKEND_API_URL=http://localhost:3170/v1
 
 
 # Terms Of Service And Privacy Policy Links (Optional)
 # Terms Of Service And Privacy Policy Links (Optional)