riemann-dash/example/config.rb

18 lines
429 B
Ruby
Raw Normal View History

set :port, 5567
2012-02-18 23:22:24 +00:00
config = {
# Serve HTTP traffic on this port
2012-02-18 23:22:24 +00:00
# Add custom controllers in controller/
:controllers => ['lib/riemann/dash/controller'],
2012-02-18 23:22:24 +00:00
# Use the local view directory instead of the default
:views => 'lib/riemann/dash/views',
# Specify a custom path to your workspace config.json
:ws_config => 'config/config.json',
# Serve static files from this directory
:public => 'lib/riemann/public'
}