1e8ca0f0 by Jabis Sevón
2 parents 7d6e5f52 ba87bb52
......@@ -2,12 +2,9 @@ module.exports = {
apps : [{
name: 'multisocket',
script: 'server.js',
watch: true
watch: true,
env: {
SSL : false,
SSLKEY : 'cert/server.key',
SSLCERT : 'cert/server.cert',
DEBUG : false
DEBUG : true
}
}]
};
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!