Sha256: c12962b151f16db22ae7da17486e09715b607c1cd6e6c0f09c26002528a924a0
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
<%= fetch(:rails_env) %>: adapter: <%= fetch(:database_adapter) || 'postgresql' %> encoding: <%= fetch(:database_encoding) || 'utf8' %> database: <%= "#{fetch(:application)}_#{fetch(:rails_env)}" %> pool: <%%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> username: <%%= ENV['DATABASE_USER'] %> password: <%%= ENV['DATABASE_PASSWORD'] %> host: <%= fetch(:database_host) || 'localhost' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meataxe-0.6.2 | lib/meataxe/capistrano/templates/database.yml.erb |