mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
local desktop https endpoints
This commit is contained in:
parent
39cc97e6e5
commit
f6fc8a4a0f
@ -1,7 +1,11 @@
|
||||
function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
||||
// Desktop
|
||||
//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
|
||||
//this.baseUrl = 'http://192.168.1.6:4000';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user