Browse Source

simple dlft config

activeAddress
Matias Alejo Garcia 10 years ago
parent
commit
03eaf58fc7
  1. 23
      config.js

23
config.js

@ -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: {

Loading…
Cancel
Save