Skip to content
  • This project
    • Loading...
  • Sign in

Jabis Sevón / gun-multiserver

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • gun-multiserver
  • multisocket.config.js
  • Lorenzo Mangani's avatar
    resync · 3670d70b
    Lorenzo Mangani committed 2020-04-21 22:00:29 +0000
    3670d70b
multisocket.config.js 232 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
module.exports = {
  apps : [{
    name: 'multisocket",
    script: 'server.js',
    watch: true
    env: {
      SSL : false,
      SSLKEY : 'cert/server.key',
      SSLCERT  : 'cert/server.cert',
      DEBUG : false
    }
  }]
};