about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/watcher_demo.ru8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/watcher_demo.ru b/examples/watcher_demo.ru
index 36a9ed3..34aee2d 100644
--- a/examples/watcher_demo.ru
+++ b/examples/watcher_demo.ru
@@ -4,4 +4,10 @@
 # zbatery -c zbatery.conf.ru watcher_demo.ru -E none
 require "raindrops"
 use Raindrops::Middleware
-run Raindrops::Watcher.new :listeners => %w(0.0.0.0:80 /tmp/.raindrops)
+listeners = %w(
+  0.0.0.0:9418
+  0.0.0.0:80
+  /tmp/.raindrops
+  /tmp/.r
+)
+run Raindrops::Watcher.new :listeners => listeners