|
|
@ -3,27 +3,28 @@ var config = { |
|
|
|
disableLogs: false, |
|
|
|
port: 3232, |
|
|
|
// Uncomment to make BWS a forking server
|
|
|
|
cluster: true, |
|
|
|
// cluster: true,
|
|
|
|
// Uncomment to use the nr of availalbe CPUs
|
|
|
|
clusterInstances: 4, |
|
|
|
// clusterInstances: 4,
|
|
|
|
|
|
|
|
// https: true,
|
|
|
|
// privateKeyFile: 'private.pem',
|
|
|
|
// certificateFile: 'cert.pem',
|
|
|
|
|
|
|
|
storageOpts: { |
|
|
|
// dbPath: './db',
|
|
|
|
multiLevel: { |
|
|
|
host: 'localhost', |
|
|
|
port: 3230, |
|
|
|
}, |
|
|
|
dbPath: './db', |
|
|
|
// Uncomment to use multilevel server
|
|
|
|
// multiLevel: {
|
|
|
|
// host: 'localhost',
|
|
|
|
// port: 3230,
|
|
|
|
// },
|
|
|
|
}, |
|
|
|
lockOpts: { |
|
|
|
// To use locker-server, uncomment this:
|
|
|
|
lockerServer: { |
|
|
|
host: 'localhost', |
|
|
|
port: 3231, |
|
|
|
}, |
|
|
|
// lockerServer: {
|
|
|
|
// host: 'localhost',
|
|
|
|
// port: 3231,
|
|
|
|
// },
|
|
|
|
}, |
|
|
|
blockchainExplorerOpts: { |
|
|
|
livenet: { |
|
|
|