mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-25 16:59:17 +01:00
local desktop https endpoints
This commit is contained in:
parent
39cc97e6e5
commit
f6fc8a4a0f
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user