Sha256: 80624910ca5305ef6c662c4e3cd8a22bec9e80bec76bba25b2001617f478dc89

Contents?: true

Size: 607 Bytes

Versions: 24

Compression:

Stored size: 607 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: utf8
  pool: <%%= ENV["DB_POOL"] || 5  %>
  database: <%%= ENV['DB_NAME'] || '<%= project_name %>_dev' %>
  username: <%%= ENV['DB_USER'] || ENV['USER'] %>
  password: <%%= ENV['DB_PASS'] %>
  host: <%%= ENV["DB_HOST"] %>
  url: <%%= ENV['DATABASE_URL'] %> # takes higher precedence than other settings

development:
  <<: *default
  database: <%%= ENV['DB_NAME'] || '<%= project_name %>_dev' %>

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

production:
  <<: *default
  database: <%= project_name %>_prod
  url: <%%= ENV['DATABASE_URL'] %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
jets-0.10.0 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.9.2 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.9.1 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.9.0 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.18 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.17 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.15 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.14 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.13 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.12 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.11 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.10 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.9 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.8 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.6 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.5 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.4 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.3 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.2 lib/jets/commands/templates/skeleton/config/database.yml.tt
jets-0.8.1 lib/jets/commands/templates/skeleton/config/database.yml.tt