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