riemann-dash/example/config.rb

12 lines
270 B
Ruby
Raw Normal View History

2012-02-18 23:22:24 +00:00
# Serve HTTP traffic on this port
set :port, 5000
# Add custom controllers in controller/
config[:controllers] << 'controller'
# Use the local view directory instead of the default
config[:views] = 'views'
2012-02-18 23:22:24 +00:00
# Serve static files from this directory
public_dir 'public'