mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
add more api environments
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
function ApiService(tokenService, appIdService, utilsService, logoutCallback) {
|
||||||
this.baseUrl = 'http://localhost:4000';
|
this.baseUrl = 'http://localhost:4000'; // Desktop
|
||||||
//this.baseUrl = 'https://api.bitwarden.com';
|
//this.baseUrl = 'http://192.168.1.8:4000'; // Desktop external
|
||||||
|
//this.baseUrl = 'https://preview-api.bitwarden.com'; // Preview
|
||||||
|
//this.baseUrl = 'https://api.bitwarden.com'; // Production
|
||||||
this.tokenService = tokenService;
|
this.tokenService = tokenService;
|
||||||
this.logoutCallback = logoutCallback;
|
this.logoutCallback = logoutCallback;
|
||||||
this.appIdService = appIdService;
|
this.appIdService = appIdService;
|
||||||
|
|||||||
Reference in New Issue
Block a user