bitcore/config.js

5 lines
87 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',
logging: 'normal' // none, normal, debug
2013-07-09 11:45:52 -07:00
};