mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
prod server
This commit is contained in:
@@ -4,16 +4,16 @@ function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
|||||||
//this.identityBaseUrl = 'http://localhost:33656';
|
//this.identityBaseUrl = 'http://localhost:33656';
|
||||||
|
|
||||||
// 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';
|
||||||
|
|
||||||
// Preview
|
// Preview
|
||||||
//this.baseUrl = 'https://preview-api.bitwarden.com';
|
//this.baseUrl = 'https://preview-api.bitwarden.com';
|
||||||
//this.identityBaseUrl = 'https://preview-identity.bitwarden.com';
|
//this.identityBaseUrl = 'https://preview-identity.bitwarden.com';
|
||||||
|
|
||||||
// Production
|
// Production
|
||||||
//this.baseUrl = 'https://api.bitwarden.com';
|
this.baseUrl = 'https://api.bitwarden.com';
|
||||||
//this.identityBaseUrl = 'https://identity.bitwarden.com';
|
this.identityBaseUrl = 'https://identity.bitwarden.com';
|
||||||
|
|
||||||
this.tokenService = tokenService;
|
this.tokenService = tokenService;
|
||||||
this.logoutCallback = logoutCallback;
|
this.logoutCallback = logoutCallback;
|
||||||
|
|||||||
Reference in New Issue
Block a user