mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
575847f252
* Update configurations for self-hosted * Revert "Update configurations for self-hosted" This reverts commit a1ec06c834a5e9a5bb8fd4c983b5d7909a2ee9a4. * Use selfhosted.json to configure dev env
10 lines
221 B
JSON
10 lines
221 B
JSON
{
|
|
"dev": {
|
|
"proxyApi": "http://localhost:4001",
|
|
"proxyIdentity": "http://localhost:33657",
|
|
"proxyEvents": "http://localhost:46274",
|
|
"proxyNotifications": "http://localhost:61841",
|
|
"port": 8081
|
|
}
|
|
}
|