fix compatibility issues
This commit is contained in:
parent
7207f03bd1
commit
7942048dd1
7 changed files with 115 additions and 43 deletions
|
|
@ -64,7 +64,14 @@ var defaultConfig = {
|
|||
// This can be changed on the UX > Settings > Insight livenet
|
||||
EncryptedInsightStorage: {
|
||||
url: 'https://insight.bitpay.com:443/api/email',
|
||||
//url: 'http://localhost:3001/api/email'
|
||||
//url: 'http://localhost:3001/api/email'
|
||||
|
||||
// This KDF parameters are for the passphrase for Insight authentication
|
||||
// Are not related to encryption itself.
|
||||
//
|
||||
// WARN: Changing this parameters would prevent accesing previously created profiles.
|
||||
iterations: 1000,
|
||||
salt: 'jBbYTj8zTrOt6V',
|
||||
},
|
||||
|
||||
GoogleDrive: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue