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
  • Jabis Sevón's avatar
    multimulti · ba87bb52
    Jabis Sevón committed 2020-04-30 17:10:25 +0200
    ba87bb52
multisocket.config.js 142 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
module.exports = {
  apps : [{
    name: 'multisocket',
    script: 'server.js',
    watch: true,
    env: {
      DEBUG : true
    }
  }]
};