config/default.yml in ruby_rabbitmq_janus-2.5.1 vs config/default.yml in ruby_rabbitmq_janus-2.6.0.pre.226

- old
+ new

@@ -25,10 +25,12 @@ admin: # Queue sending response to admin API janus from: from-janus-admin # Queue sending a message for admin API janus to: to-janus-admin + # Name to queue for managing instances + instance: janus-instance-thread # Janus plugin used janus: # Option for sessions session: @@ -52,5 +54,9 @@ # Option for logs log: # Define level to log # UNKNOW, FATAL, ERROR, WARN, INFO, DEBUG level: debug + # Options for listener thread + listener: + # Represent path to action_events class in project who use this gem + path: 'app/ruby_rabbitmq_janus'