1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-15 02:18:42 +02:00

revert api screw up

This commit is contained in:
Kyle Spearrin 2017-10-17 15:22:40 -04:00
parent e87f9e268a
commit 0c8ae91d83

View File

@ -38,16 +38,16 @@ function initApiService() {
//self.identityBaseUrl = 'https://localhost:44392'; //self.identityBaseUrl = 'https://localhost:44392';
// Desktop external // Desktop external
self.baseUrl = 'http://192.168.1.3:4000'; //self.baseUrl = 'http://192.168.1.3:4000';
self.identityBaseUrl = 'http://192.168.1.3:33656'; //self.identityBaseUrl = 'http://192.168.1.3:33656';
// Preview // Preview
//self.baseUrl = 'https://preview-api.bitwarden.com'; //self.baseUrl = 'https://preview-api.bitwarden.com';
//self.identityBaseUrl = 'https://preview-identity.bitwarden.com'; //self.identityBaseUrl = 'https://preview-identity.bitwarden.com';
// Production // Production
//self.baseUrl = 'https://api.bitwarden.com'; self.baseUrl = 'https://api.bitwarden.com';
//self.identityBaseUrl = 'https://identity.bitwarden.com'; self.identityBaseUrl = 'https://identity.bitwarden.com';
}; };
// Auth APIs // Auth APIs