default email storage to livenet
This commit is contained in:
parent
9e695863ed
commit
2564370087
3 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue