examples/watcher_demo.ru in raindrops-0.8.0 vs examples/watcher_demo.ru in raindrops-0.8.0.5.g71f8
- old
+ new
@@ -1,13 +1,13 @@
-# This is the exact config that powers http://raindrops-demo.bogomips.org/
-# This is used with zbatery.conf.rb
+# This is a snippet of the config that powers
+# http://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/.raindrops
/tmp/.r
)
run Raindrops::Watcher.new :listeners => listeners