1
0
mirror of https://github.com/bitwarden/web synced 2026-02-08 20:49:54 +00:00
Files
web/config/development.json
Matt Gibson 3d3198d86f Allow all hosts for dev environment
This is needed to enable testing of hCaptcha through a host proxy.
2022-05-16 10:34:26 -04:00

13 lines
293 B
JSON

{
"urls": {
"notifications": "http://localhost:61840"
},
"dev": {
"allowedHosts": "all",
"proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273",
"proxyNotifications": "http://localhost:61840"
}
}