1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

Enable websocket connection in dev (#7172)

* Enable signalR websocket to dev server

* Remove unnecessary env check
This commit is contained in:
Matt Gibson
2024-01-22 08:39:27 -05:00
committed by GitHub
parent 7bb4ea842f
commit 0bcb45ed5c
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",
"proxyNotifications": "http://localhost:61840"
"proxyNotifications": "http://localhost:61840",
"wsConnectSrc": "ws://localhost:61840"
},
"flags": {
"secretsManager": true,