You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
599 B

var config = {
basePath: '/bws/api',
disableLogs: false,
10 years ago
port: 3232,
10 years ago
storageOpts: {
dbPath: './db',
10 years ago
// multiLevel: {
// host: 'localhost',
// port: 3230,
// },
10 years ago
},
lockOpts: {
// To use locker-server, uncomment this:
// lockerServer: {
// host: 'localhost',
// port: 3231,
// },
10 years ago
},
blockchainExplorerOpts: {
livenet: {
10 years ago
provider: 'insight',
url: 'https://insight.bitpay.com:443',
},
testnet: {
10 years ago
provider: 'insight',
url: 'https://test-insight.bitpay.com:443',
},
},
};
module.exports = config;