Sha256: b0cec2997d13a5035702e91daeeb3685f99032abcae8875bbe2958fa50ce107e
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 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) %> <% if fetch(:monit_thin_with_secret) %> SECRET_KEY_BASE: <%= fetch(:secrets_key_base) %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
magic_recipes_two-0.0.29 | lib/generators/capistrano/magic_recipes/templates/thin_app_yml.erb |