Sha256: 86bdb5a1adcb1280b27daa9f81a26115841da8959897e81f551b6fae69e68ae1

Contents?: true

Size: 737 Bytes

Versions: 76

Compression:

Stored size: 737 Bytes

Contents

---
adapter: rails
chdir: <%= current_path %>
environment: <%= fetch(:rails_env) %>
rackup: <%= current_path %>/config.ru
timeout: <%= fetch(:thin_timeout) %>
# address: 127.0.0.1
# port: 4000
log: <%= deploy_to %>/shared/log/thin_<%= fetch(:application) %>_<%= fetch(:stage) %>.log
pid: <%= deploy_to %>/shared/pids/thin_<%= fetch(:application) %>_<%= fetch(:stage) %>.pid
max_conns: <%= fetch(:thin_max_conns) %>
max_persistent_conns: <%= fetch(:thin_max_persistent_conns) %>
require: <%= fetch(:thin_require) %>
wait: <%= fetch(:thin_wait) %>
servers: <%= fetch(:app_instances) %>
# user: <%= fetch(:user) %>
socket: /tmp/thin.<%= fetch(:application) %>.<%= fetch(:stage) %>.sock
daemonize: true
onebyone: <%= fetch(:thin_onebyone) %>

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
magic_recipes_two-0.0.91 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.90 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.89 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.88 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.87 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.86 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.85 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.84 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.83 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.82 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.81 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.80 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.79 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.78 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.77 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.76 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.75 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.74 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.73 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb
magic_recipes_two-0.0.72 lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb