mirror of
https://github.com/bitwarden/browser
synced 2024-12-13 17:57:09 +01:00
0465168919
* Add feature flags to web * Remove extra file from dev
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
|
|
}
|
|
}
|