7 lines
101 B
JavaScript
7 lines
101 B
JavaScript
module.exports = {
|
|
host: 'localhost',
|
|
port: 8332,
|
|
user: 'jb55',
|
|
pass: 'thisisthepassword'
|
|
};
|