fix set config
This commit is contained in:
parent
fb588117b1
commit
7d5ed4595c
5 changed files with 16 additions and 17 deletions
17
config.js
17
config.js
|
|
@ -73,24 +73,23 @@ var defaultConfig = {
|
|||
salt: 'jBbYTj8zTrOt6V',
|
||||
},
|
||||
|
||||
/*
|
||||
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
|
||||
* to generata your own Id.
|
||||
*/
|
||||
|
||||
// This clientId was generated at:
|
||||
// https://console.developers.google.com/project
|
||||
// To run Copay with Google Drive at your domain you need
|
||||
// to generata your own Id.
|
||||
// for localhost:3001 you can use you can:
|
||||
//
|
||||
clientId: '232630733383-a35gcnovnkgka94394i88gq60vtjb4af.apps.googleusercontent.com',
|
||||
|
||||
// for copay.io:
|
||||
// clientId: '1036948132229-biqm3b8sirik9lt5rtvjo9kjjpotn4ac.apps.googleusercontent.com',
|
||||
},
|
||||
|
||||
developmentFeatures: false
|
||||
|
||||
*/
|
||||
};
|
||||
if (typeof module !== 'undefined')
|
||||
module.exports = defaultConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue