Sha256: e82af84ed1b954921128fbbceb4f18343550c33c708ae620a5591b39dc5c4220

Contents?: true

Size: 478 Bytes

Versions: 9

Compression:

Stored size: 478 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: unicode
  pool: <%%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  host: postgres
  port: 5432
  username: postgres

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  <<: *default
  database: <%= app_name %>_test

development:
  <<: *default
  database: <%= app_name %>_development

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
railsdock-0.4.0 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.3.1 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.3.0 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.2.0 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.1.4 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.1.3 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.1.2 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.1.1 lib/railsdock/templates/install/postgres/database.yml.erb
railsdock-0.1.0 lib/railsdock/templates/install/postgres/database.yml.erb