Move insight storage to a plugin
This commit is contained in:
parent
5f2a508f40
commit
15d11f7e5e
5 changed files with 82 additions and 59 deletions
|
|
@ -56,12 +56,17 @@ var defaultConfig = {
|
|||
plugins: {
|
||||
LocalStorage: true,
|
||||
//GoogleDrive: true,
|
||||
InsightStorage: true
|
||||
},
|
||||
|
||||
InsightStorage: {
|
||||
url: 'https://test-insight.bitpay.com:443/api/email'
|
||||
},
|
||||
|
||||
GoogleDrive: {
|
||||
home: 'copay',
|
||||
|
||||
/*
|
||||
/*
|
||||
* This clientId was generated at:
|
||||
* https://console.developers.google.com/project
|
||||
* To run Copay with Google Drive at your domain you need
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue