fix set config

This commit is contained in:
Matias Alejo Garcia 2014-12-12 11:21:48 -03:00
commit 7d5ed4595c
5 changed files with 16 additions and 17 deletions

View file

@ -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;