Sha256: 791f338f964163e706959014df1e3e2053496df624f8e224ea4af38b7bb2af1e

Contents?: true

Size: 206 Bytes

Versions: 41

Compression:

Stored size: 206 Bytes

Contents

development: &default
  adapter: postgresql
  database: <%= app_name %>_development
  encoding: utf8
  min_messages: warning
  pool: 5
  timeout: 5000

test:
  <<: *default
  database: <%= app_name %>_test

Version data entries

41 entries across 41 versions & 7 rubygems

Version Path
suspenders-1.1.5 templates/postgresql_database.yml.erb