mirror of https://github.com/bitwarden/web.git
Browse Source
* Update configurations for self-hosted
* Revert "Update configurations for self-hosted"
This reverts commit a1ec06c834.
* Use selfhosted.json to configure dev env
pull/1564/head
3 changed files with 11 additions and 1 deletions
@ -1 +1,9 @@
@@ -1 +1,9 @@
|
||||
{} |
||||
{ |
||||
"dev": { |
||||
"proxyApi": "http://localhost:4001", |
||||
"proxyIdentity": "http://localhost:33657", |
||||
"proxyEvents": "http://localhost:46274", |
||||
"proxyNotifications": "http://localhost:61841", |
||||
"port": 8081 |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue