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