node-bitcoin/test/config.example.js

7 lines
101 B
JavaScript

module.exports = {
host: 'localhost',
port: 8332,
user: 'jb55',
pass: 'thisisthepassword'
};