5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
module.exports = {
|
|
network: 'livenet',
|
|
logger: 'normal' // none, normal, debug
|
|
};
|