mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
d30701ada7
* Replace Permissions enum and helper methods with callbacks * Remove scim feature flag * Check if org has feature enabled as part of canManage checks * Pin jest-mock-extended at v2.0.6 to fix compilation error
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"dev": {
|
|
"proxyApi": "http://localhost:4001",
|
|
"proxyIdentity": "http://localhost:33657",
|
|
"proxyEvents": "http://localhost:46274",
|
|
"proxyNotifications": "http://localhost:61841",
|
|
"port": 8081
|
|
},
|
|
"flags": {
|
|
"showTrial": false
|
|
}
|
|
}
|