better config

This commit is contained in:
Matias Alejo Garcia 2016-11-24 10:04:36 -03:00
parent 313a8d667a
commit f7e049c7ad
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 5 additions and 3 deletions

View File

@ -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,