mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
13 lines
380 B
JSON
13 lines
380 B
JSON
{
|
|
"proxyApi": "http://localhost:4000",
|
|
"proxyIdentity": "http://localhost:33656",
|
|
"proxyEvents": "http://localhost:46273",
|
|
"proxyNotifications": "http://localhost:61840",
|
|
"proxyEnterprise": "http://localhost:52313",
|
|
"allowedHosts": [],
|
|
"urls": {
|
|
"notifications": "http://localhost:61840",
|
|
"enterprise": "http://localhost:52313"
|
|
}
|
|
}
|