mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
23bd5de37c
* Removed self-hosted restriction from Login with Device. * Updated showPasswordless client-side flag to true for self-hosted. * Linting * Linting
14 lines
297 B
JSON
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
|
|
}
|
|
}
|