Sha256: 69d5f9a015aac62bf13f596bef386b8a1b122765f1701c16edfd8367fef245cf

Contents?: true

Size: 317 Bytes

Versions: 103

Compression:

Stored size: 317 Bytes

Contents

default: &default
  adapter: postgresql
  pool: 5
  timeout: 5000
  encoding: unicode
  username: <%= app_name %>
  password: <%= app_name %>
  host: localhost

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

production:
  <<: *development

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

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
eac_rails_base0-0.7.0 lib/eac_rails_base0/app_generator/templates/config/database.yml
eac_rails_base0-0.6.0 lib/eac_rails_base0/app_generator/templates/config/database.yml
eac_rails_base0-0.5.0 lib/eac_rails_base0/app_generator/templates/config/database.yml