sodrul

Jicofo Config

Jul 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Jitsi Conference Focus settings
  2. # sets the host name of the XMPP server
  3. JICOFO_HOST=example.com
  4.  
  5. # sets the XMPP domain (default: none)
  6. JICOFO_HOSTNAME=example.com
  7.  
  8. # sets the secret used to authenticate as an XMPP component
  9. JICOFO_SECRET=hgnZY5GQWtUK3cPE
  10.  
  11. # sets the port to use for the XMPP component connection
  12. JICOFO_PORT=5347
  13.  
  14. # sets the XMPP domain name to use for XMPP user logins
  15. JICOFO_AUTH_DOMAIN=auth.example.com
  16.  
  17. # sets the username to use for XMPP user logins
  18. JICOFO_AUTH_USER=focus
  19.  
  20. # sets the password to use for XMPP user logins
  21. JICOFO_AUTH_PASSWORD=btbXnzh9Lg8QyvPv
  22.  
  23. # extra options to pass to the jicofo daemon
  24. JICOFO_OPTS=""
  25.  
  26. # adds java system props that are passed to jicofo (default are for home and logging config file)
  27. JAVA_SYS_PROPS="-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=jicofo -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/jitsi/jicofo/logging.properties"
Add Comment
Please, Sign In to add comment