Sha256: bc2f1384751ccda71b7804f37751a2e4adab014b27cfc5282a1ef92154f01964
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
Lita.configure do |config| # The adapter you want to connect with. Make sure you've added the # appropriate gem to the Gemfile. # config.robot.adapter = :hipchat ## 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 end
Version data entries
4 entries across 4 versions & 1 rubygems