local desktop https endpoints

This commit is contained in:
Kyle Spearrin 2017-06-26 09:38:17 -04:00
parent 39cc97e6e5
commit f6fc8a4a0f
1 changed files with 5 additions and 1 deletions

View File

@ -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';