bitcore/config.js

5 lines
86 B
JavaScript
Raw Normal View History

2013-07-09 11:45:52 -07:00
module.exports = {
2013-07-09 14:45:21 -07:00
network: 'livenet',
2014-01-14 10:59:38 -08:00
logger: 'normal' // none, normal, debug
2013-07-09 11:45:52 -07:00
};