Sha256: 9579eb64354a7d6c78cac7a6d9d2102ef7db14f249ce1e38199067194df23c07
Contents?: true
Size: 346 Bytes
Versions: 3
Compression:
Stored size: 346 Bytes
Contents
# This is a snippet of the config that powers # https://raindrops-demo.bogomips.org/ # This may be used with the packaged zbatery.conf.rb # # zbatery -c zbatery.conf.ru watcher_demo.ru -E none require "raindrops" use Raindrops::Middleware listeners = %w( 0.0.0.0:9418 0.0.0.0:80 /tmp/.r ) run Raindrops::Watcher.new :listeners => listeners
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
raindrops-0.19.0 | examples/watcher_demo.ru |
raindrops-0.18.0 | examples/watcher_demo.ru |
raindrops-0.17.0 | examples/watcher_demo.ru |