mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
local desktop https endpoints
This commit is contained in:
@@ -3,6 +3,10 @@ function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
|||||||
//this.baseUrl = 'http://localhost:4000';
|
//this.baseUrl = 'http://localhost:4000';
|
||||||
//this.identityBaseUrl = 'http://localhost:33656';
|
//this.identityBaseUrl = 'http://localhost:33656';
|
||||||
|
|
||||||
|
// Desktop HTTPS
|
||||||
|
//this.baseUrl = 'https://localhost:44377';
|
||||||
|
//this.identityBaseUrl = 'https://localhost:44392';
|
||||||
|
|
||||||
// Desktop external
|
// Desktop external
|
||||||
//this.baseUrl = 'http://192.168.1.6:4000';
|
//this.baseUrl = 'http://192.168.1.6:4000';
|
||||||
//this.identityBaseUrl = 'http://192.168.1.6:33656';
|
//this.identityBaseUrl = 'http://192.168.1.6:33656';
|
||||||
|
|||||||
Reference in New Issue
Block a user