Sha256: 353926d6185dec76f53f051f80e56a05aa1b859730c753bf1b3009ac100079d0
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
Shatter::Config.zookeeper_host = "localhost:2181" Shatter::Config.initial_delay = 100 Shatter::Config.missing_result_delay = 100 Shatter::Config.service_port = ENV.fetch('SHATTER_SERVICE_PORT') { 8787 } require_relative '../application' Shatter::Service::Base.service_definition = MyApp::ServiceDefinition Shatter::Web::Server.application = MyApp::Application
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shatter-rb-0.0.2 | example_app/config/environment.rb |
shatter-rb-0.0.1 | example_app/config/environment.rb |