index.js 249 B

123456789101112131415
  1. module.exports = {
  2. host: '0.0.0.0',
  3. port: 9000,
  4. expire_timeout: 5000,
  5. key: 'peerjs',
  6. path: '/myapp',
  7. concurrent_limit: 5000,
  8. allow_discovery: false,
  9. proxied: false,
  10. cleanup_out_msgs: 1000,
  11. ssl: {
  12. key: '',
  13. cert: ''
  14. }
  15. };