From 6326abebe2dca1190fc56613fea7b1997837c8d0 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 20 Sep 2014 07:30:02 -0300 Subject: [PATCH] add comments to config --- config.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 811431cd6..d6a7eb7dc 100644 --- a/config.js +++ b/config.js @@ -58,10 +58,19 @@ var defaultConfig = { }, GoogleDrive: { - // for localhost: + 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. + */ + // for localhost:3001 you can use you can: clientId: '232630733383-a35gcnovnkgka94394i88gq60vtjb4af.apps.googleusercontent.com', - // clientId: '232630733383-29u1khqf5i8qubhf0homhpb2m14b5lja.apps.googleusercontent.com', - home: 'copay' + + // for copay.io: + // clientId: '1036948132229-biqm3b8sirik9lt5rtvjo9kjjpotn4ac.apps.googleusercontent.com', }, }; if (typeof module !== 'undefined')