sodrul

Jvb1 Config

Jul 19th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # Jitsi Videobridge settings
  2.  
  3. # sets the XMPP domain (default: none)
  4. JVB_HOSTNAME=example.com
  5.  
  6. # sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
  7. JVB_HOST=example.com
  8.  
  9. # sets the port of the XMPP server (default: 5275)
  10. JVB_PORT=5347
  11.  
  12. # sets the shared secret used to authenticate to the XMPP server
  13. JVB_SECRET=YcLmU6CLEeuVRexz
  14.  
  15. # extra options to pass to the JVB daemon
  16. JVB_OPTS=""
  17.  
  18.  
  19. # adds java system props that are passed to jvb (default are for home and logging config file)
  20. JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/jitsi/videobridge/logging.properties"
Add Comment
Please, Sign In to add comment