add angular-load

This commit is contained in:
Matias Alejo Garcia 2014-09-01 15:13:23 -03:00
commit 1ce3f82d0a
3 changed files with 22 additions and 1 deletions

View file

@ -50,6 +50,15 @@ var defaultConfig = {
updateFrequencySeconds: 60 * 60
},
verbose: 1,
plugins: {
googleDrive: true,
},
googleDrive: {
clientId: '1',
},
};
if (typeof module !== 'undefined')
module.exports = defaultConfig;