mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
prod server
This commit is contained in:
parent
5b6c8c3480
commit
c6533a961a
@ -4,16 +4,16 @@ function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
||||
//this.identityBaseUrl = 'http://localhost:33656';
|
||||
|
||||
// Desktop external
|
||||
this.baseUrl = 'http://192.168.1.6:4000';
|
||||
this.identityBaseUrl = 'http://192.168.1.6:33656';
|
||||
//this.baseUrl = 'http://192.168.1.6:4000';
|
||||
//this.identityBaseUrl = 'http://192.168.1.6:33656';
|
||||
|
||||
// Preview
|
||||
//this.baseUrl = 'https://preview-api.bitwarden.com';
|
||||
//this.identityBaseUrl = 'https://preview-identity.bitwarden.com';
|
||||
|
||||
// Production
|
||||
//this.baseUrl = 'https://api.bitwarden.com';
|
||||
//this.identityBaseUrl = 'https://identity.bitwarden.com';
|
||||
this.baseUrl = 'https://api.bitwarden.com';
|
||||
this.identityBaseUrl = 'https://identity.bitwarden.com';
|
||||
|
||||
this.tokenService = tokenService;
|
||||
this.logoutCallback = logoutCallback;
|
||||
|
Loading…
Reference in New Issue
Block a user