Remove Storage and Profile, Move folders, add EncryptedInsightStorage

This commit is contained in:
Esteban Ordano 2014-10-24 12:24:44 -03:00
commit 61b677498b
20 changed files with 374 additions and 1067 deletions

View file

@ -54,12 +54,13 @@ var defaultConfig = {
verbose: 1,
plugins: {
LocalStorage: true,
//LocalStorage: true,
//GoogleDrive: true,
//InsightStorage: true
EncryptedInsightStorage: true
},
InsightStorage: {
EncryptedInsightStorage: {
url: 'https://test-insight.bitpay.com:443/api/email'
},