Sha256: 7db6e3876ee5cd0a841c5821736dd76f57f3f979ba18615c7c6a98bcdd270d8c

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

# Serve HTTP traffic on this port
set  :port, 4567

riemann_base = '.'
riemann_src = "${riemann_base}/lib/riemann/dash"

# Add custom controllers in controller/
config.store[:controllers] = ["#{riemann_src}/controller"]

# Use the local view directory instead of the default
config.store[:views] = "#{riemann_src}/views"

# Specify a custom path to your workspace config.json
config.store[:ws_config] = "#{riemann_base}/config/config.json"

# Serve static files from this directory
config.store[:public] = "#{riemann_src}/public"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mindreframer-riemann-dash-0.2.3 example/config.rb
mindreframer-reslike-dash-0.2.2 example/config.rb