add angular-load
This commit is contained in:
parent
38756063ad
commit
1ce3f82d0a
3 changed files with 22 additions and 1 deletions
|
|
@ -50,6 +50,15 @@ var defaultConfig = {
|
|||
updateFrequencySeconds: 60 * 60
|
||||
},
|
||||
|
||||
verbose: 1,
|
||||
|
||||
plugins: {
|
||||
googleDrive: true,
|
||||
},
|
||||
|
||||
googleDrive: {
|
||||
clientId: '1',
|
||||
},
|
||||
};
|
||||
if (typeof module !== 'undefined')
|
||||
module.exports = defaultConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue