Browse Source

better config

activeAddress
Matias Alejo Garcia 8 years ago
parent
commit
f7e049c7ad
No known key found for this signature in database GPG Key ID: 2470DB551277AB3
  1. 8
      config.js

8
config.js

@ -2,9 +2,11 @@ var config = {
basePath: '/bws/api',
disableLogs: false,
port: 3232,
// Uncomment to make BWS a forking server
// cluster: true,
// Uncomment to use the nr of availalbe CPUs
// comment this to use a single process
cluster: true,
// Uncomment to set the number or process (will use the nr of availalbe CPUs by default)
// clusterInstances: 4,
// https: true,

Loading…
Cancel
Save