Advertisement
Guest User

Untitled

a guest
Aug 4th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [http]
  2. listen = 127.0.0.1:8080
  3. basePath = /webrtc/
  4.  
  5. [https]
  6. listen = host.domain:8443
  7. certificate = /path/to/cert/host.domain.crt
  8. key = /path/to/key/host.domain.key
  9. minVersion = TLSv1.2
  10.  
  11. [app]
  12. title = Tine Spreed WebRTC
  13. sessionSecret = <pass>
  14. encryptionSecret = <pass>
  15. defaultRoomEnabled = true
  16. authorizeRoomJoin = true
  17. serverToken = <pass>
  18. serverRealm = local
  19. extra = /path/to/app/spreed/extra
  20. plugin = extra/static/owncloud.js
  21.  
  22. [modules]
  23. screensharing = true
  24. youtube = true
  25. presentation = true
  26.  
  27. [log]
  28.  
  29. [users]
  30. enabled = true
  31. mode = sharedsecret
  32. sharedsecret_secret = <pass>
  33.  
  34. [nats]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement