Sha256: 224b1ef745a0665e26f8d2cddd2d5a3e88135d18fdf1b6c6b15d55136c3ccd61
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
Shatter.config do |config| config.zookeeper_host = "localhost:2181" config.initial_delay = 100 config.missing_result_delay = 100 config.service_port = ENV.fetch('SHATTER_SERVICE_PORT') { 8787 } config.autoload_paths = %w( app app/functions ) config.reload_classes = true end Shatter.load
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.1.1 | templates/environment.rb.erb |
shatter-rb-0.1.0 | templates/environment.rb.erb |