Sha256: b52532e537b7ab5506d3bdfa150fcd334baee607e5ef89d2d32bf5d280935326

Contents?: true

Size: 779 Bytes

Versions: 1

Compression:

Stored size: 779 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"

# Save workspace configuration to Amazon S3 (you'll need to have the "fog"
# gem installed)
# config.store[:ws_config] = 's3://my-bucket/config.json'
# config.store[:s3_config] = {:aws_access_key_id => "123ABC", :aws_secret_access_key => "789XYZ"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
riemann-dash-0.2.9 example/config.rb