Sha256: c2598d8036e4ad7d14494b30ee8c99357c814e64aa20d7bc2f562d5ee3fb5cb7

Contents?: true

Size: 409 Bytes

Versions: 19

Compression:

Stored size: 409 Bytes

Contents

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

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

production:
  adapter: postgresql
  encoding: unicode
  host: localhost
  database: <%= app_name %>_production
  pool: 5
  username: <%= app_name %>
  password: <%%= ENV['DB_PASS'] %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
jetfuel-1.19.24 templates/postgresql_database.yml.erb
jetfuel-1.19.23 templates/postgresql_database.yml.erb
jetfuel-1.19.22 templates/postgresql_database.yml.erb
jetfuel-1.19.21 templates/postgresql_database.yml.erb
jetfuel-1.19.20 templates/postgresql_database.yml.erb
jetfuel-1.19.19 templates/postgresql_database.yml.erb
jetfuel-1.19.18 templates/postgresql_database.yml.erb
jetfuel-1.19.17 templates/postgresql_database.yml.erb
jetfuel-1.19.16 templates/postgresql_database.yml.erb
jetfuel-1.19.15 templates/postgresql_database.yml.erb
jetfuel-1.19.14 templates/postgresql_database.yml.erb
jetfuel-1.19.13 templates/postgresql_database.yml.erb
jetfuel-1.19.12 templates/postgresql_database.yml.erb
jetfuel-1.19.11 templates/postgresql_database.yml.erb
jetfuel-1.19.10 templates/postgresql_database.yml.erb
jetfuel-1.19.9 templates/postgresql_database.yml.erb
jetfuel-1.19.8 templates/postgresql_database.yml.erb
jetfuel-1.19.7 templates/postgresql_database.yml.erb
jetfuel-1.19.6 templates/postgresql_database.yml.erb