Sha256: 53c5c35523d264cca65273d59a9158a4c7ad2c3ccf14c839cd9f296c3f9cb815

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

# Rabbit information connection
rabbit:
  # Precise RabbitMQ host - Default 'localhost'
  host: localhost
  # Precise RabbitMQ port - Default '5672'
  port: 5672
  # Precise RabbitMQ vhost - Default '/'
  vhost: /
  # Precise RabbitMQ user - Default 'guest'
  user: guest
  # Precise RabbitMQ password - Default 'guest'
  pass: guest
    # Password for admin request
  admin_pass: janusoverlord

# RabbitMQ Queue information
queues:
  standard:
    # Queue sending response to janus server
    from: from-janus
    # Queue sending a message for janus server
    to: to-janus
  admin:
    # Queue sending response to admin API janus
    from: from-janus-admin
    # Queue sending a message for admin API janus
    to: to-janus-admin

# Janus plugin used
janus:
  # Options for clusturing Janus Instance
  cluster:
    # Enable/Disable cluster mode
    enabled: false
    # Number to cluster
    count: 1
  # Option for sessions
  session:
    # Define time to send a keepalive message in seconds
    keepalive: 55
  # Create an array to plugin
  plugins:
    - janus.plugin.echotest
    - janus.plugin.videoroom
    - janus.plugin.sip

# Options gem
gem:
  # Option for logs
  log:
    # Define level to log
    # UNKNOW, FATAL, ERROR, WARN, INFO, DEBUG
    level: debug

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-2.1.0.pre.132 config/default.yml
ruby_rabbitmq_janus-2.1.0.pre.131 config/default.yml
ruby_rabbitmq_janus-2.1.0.pre.130 config/default.yml
ruby_rabbitmq_janus-2.1.0.pre.129 config/default.yml
ruby_rabbitmq_janus-2.1.0.pre.128 config/default.yml