Merge pull request #1754 from matiu/fix/endpoint

default email storage to livenet
This commit is contained in:
Matias Alejo Garcia 2014-11-10 20:12:44 -03:00
commit 7207f03bd1
3 changed files with 5 additions and 6 deletions

View file

@ -93,6 +93,7 @@ angular.module('copayApp.controllers').controller('SettingsController', function
defaultLanguage: $scope.selectedLanguage.isoCode,
plugins: plugins,
logLevel: $scope.selectedLogLevel.name,
EncryptedInsightStorage: {url: insightSettings.livenet.url + '/api/email' },
}));
// Go home reloading the application