Sha256: da7e6db38df8bda815958e23f241ac96bc4871d3ef9b1c3a5598e085a42b3137
Contents?: true
Size: 626 Bytes
Versions: 6
Compression:
Stored size: 626 Bytes
Contents
development: &dev api_root: http://localhost:9292/api <% if @redis -%> redis: url: redis://localhost:6379/0 size: 20 <% end -%> <% if @mandrill -%> mandrill: api_key: your_mandrill_key <% end -%> <% if @es -%> elasticsearch: url: http://localhost:9200 <% end -%> <% if @faye -%> faye: server_secret: <%= @faye_secret %> redis: url: redis://localhost:6379/0 namespace: faye size: 20 # Pool size <% end -%> <% if @sidekiq %> sidekiq: redis: url: redis://localhost:6379/0 size: 20 # Pool size <% end %> production: *dev test: api_root: http://localhost/api
Version data entries
6 entries across 6 versions & 1 rubygems