Advertisement
Guest User

Untitled

a guest
Oct 24th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [general]
  2. configs_folder = /opt/janus/etc/janus ; Configuration files folder
  3. plugins_folder = /opt/janus/lib/janus/plugins ; Plugins folder
  4. transports_folder = /opt/janus/lib/janus/transports ; Transports folder
  5. log_to_file = /var/log/janus.log ; Whether to use a log file or not
  6. :daemonize = true ; Whether Janus should run as a daemon
  7. pid_file = /var/run/janus.pid ; PID file to create when Janus has been
  8. debug_level = 4 ; Debug/logging level, valid values are 0-7
  9. debug_timestamps = yes ; Whether to show a timestamp for each log line
  10. token_auth = yes ; Enable a token based authentication
  11. admin_secret = mattermostsecretwordstuff ; String that all Janus requests must contain
  12. server_name = MattermostWebRTC ; Public name of this Janus instance
  13. [certificates]
  14. cert_pem = /opt/janus/certs/certificate.crt
  15. cert_key = /opt/janus/certs/privateKey.key
  16. [media]
  17. [nat]
  18. stun_server = stun.l.google.com
  19. stun_port = 19302
  20. #ice_lite = true
  21. #ice_tcp = true
  22. ice_ignore_list = vmnet
  23. [plugins]
  24. [transports]
  25. [events]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement