Address @matiu's comments

This commit is contained in:
Esteban Ordano 2014-08-29 12:09:39 -03:00
commit 1c480d21a6
2 changed files with 19 additions and 7 deletions

View file

@ -56,6 +56,11 @@ var defaultConfig = {
storageSalt: 'mjuBtGybi/4=',
},
rate: {
url: 'https://bitpay.com/api/rates',
updateFrequencySeconds: 60 * 60
},
disableVideo: true,
verbose: 1,
};