1
0
mirror of https://github.com/bitwarden/web synced 2026-02-08 20:49:54 +00:00

Allow all hosts for dev environment

This is needed to enable testing of hCaptcha through a host proxy.
This commit is contained in:
Matt Gibson
2022-05-16 10:34:26 -04:00
parent 45da771404
commit 3d3198d86f

View File

@@ -3,6 +3,7 @@
"notifications": "http://localhost:61840"
},
"dev": {
"allowedHosts": "all",
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",