Skip to content

Commit

Permalink
chore: update wss url to ws in .env.example (hoppscotch#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-dev authored May 30, 2023
1 parent 3d48253 commit 7ec2380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ec2380

Please sign in to comment.