Sha256: 4a579d9657919d09b1e091d9dd3ec99a30b72c59e6643c50743d18f0166bace9

Contents?: true

Size: 1.15 KB

Versions: 31

Compression:

Stored size: 1.15 KB

Contents

Lita.configure do |config|
  # The name your robot will use.
  config.robot.name = "Lita"

  # The locale code for the language to use.
  # config.robot.locale = :en

  # The severity of messages to log. Options are:
  # :debug, :info, :warn, :error, :fatal
  # Messages at the selected level and above will be logged.
  config.robot.log_level = :info

  # An array of user IDs that are considered administrators. These users
  # the ability to add and remove other users from authorization groups.
  # What is considered a user ID will change depending on which adapter you use.
  # config.robot.admins = ["1", "2"]

  # The adapter you want to connect with. Make sure you've added the
  # appropriate gem to the Gemfile.
  config.robot.adapter = :shell

  ## Example: Set options for the chosen adapter.
  # config.adapter.username = "myname"
  # config.adapter.password = "secret"

  ## Example: Set options for the Redis connection.
  # config.redis.host = "127.0.0.1"
  # config.redis.port = 1234

  ## Example: Set configuration for any loaded handlers. See the handler's
  ## documentation for options.
  # config.handlers.some_handler.some_config_key = "value"
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
lita-4.8.0 templates/robot/lita_config.rb
lita-4.8.0.beta1 templates/robot/lita_config.rb
lita-4.7.1 templates/robot/lita_config.rb
lita-4.7.0 templates/robot/lita_config.rb
lita-4.6.1 templates/robot/lita_config.rb
lita-4.6.0 templates/robot/lita_config.rb
lita-4.5.0 templates/robot/lita_config.rb
lita-4.4.3 templates/robot/lita_config.rb
lita-4.4.2 templates/robot/lita_config.rb
lita-4.4.1 templates/robot/lita_config.rb
lita-4.4.0 templates/robot/lita_config.rb
lita-4.3.2 templates/robot/lita_config.rb
lita-4.3.1 templates/robot/lita_config.rb
lita-4.3.0 templates/robot/lita_config.rb
lita-4.2.1 templates/robot/lita_config.rb
lita-4.2.0 templates/robot/lita_config.rb
lita-4.1.0 templates/robot/lita_config.rb
lita-4.0.4 templates/robot/lita_config.rb
lita-4.0.3 templates/robot/lita_config.rb
lita-4.0.2 templates/robot/lita_config.rb