1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-06 19:53:53 +02:00
bitwarden-browser/apps/web/config/selfhosted.json
Todd Martin 23bd5de37c
Removed self-hosted restriction from Login with Device (#5441)
* Removed self-hosted restriction from Login with Device.

* Updated showPasswordless client-side flag to true for self-hosted.

* Linting

* Linting
2023-06-01 12:38:10 -04:00

14 lines
297 B
JSON

{
"dev": {
"proxyApi": "http://localhost:4001",
"proxyIdentity": "http://localhost:33657",
"proxyEvents": "http://localhost:46274",
"proxyNotifications": "http://localhost:61841",
"port": 8081
},
"flags": {
"secretsManager": false,
"showPasswordless": true
}
}