Sha256: 246978d17269e4e582e5fb7e74558b4b93c03762e9f02caa7d225f3ad0688f77

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

# Used for running Raindrops::Watcher, which requires a multi-threaded
# Rack server capable of streaming a response.  Threads must be used,
# so Zbatery is recommended: http://zbatery.bogomip.org/
Rainbows! do
  use :ThreadSpawn
end
log_dir = "/var/log/zbatery"
if File.writable?(log_dir) && File.directory?(log_dir)
  stderr_path "#{log_dir}/raindrops-demo.stderr.log"
  stdout_path "#{log_dir}/raindrops-demo.stdout.log"
  listen "/tmp/.raindrops"
  pid "/tmp/.raindrops.pid"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
raindrops-0.8.0 examples/zbatery.conf.rb
raindrops-0.7.0 examples/zbatery.conf.rb
raindrops-0.6.1 examples/zbatery.conf.rb
raindrops-0.6.0 examples/zbatery.conf.rb