riemann-dash/example/config.rb
2012-02-18 15:22:24 -08:00

14 lines
338 B
Ruby

# Serve HTTP traffic on this port
set :port, 5000
# Talk to this Reimann server
config[:client][:host] = '123.45.67.8'
# Add custom controllers in controller/
config[:controllers] << 'controller'
# Use the local view directory instead of the default
config[:view] = 'view'
# Serve static files from this directory
public_dir 'public'