Sha256: 2d49afd8e596063dca65491cdd51b8035ec1e7fd4ee688e8b8ce12707995705b

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

development: &default
  adapter: postgresql
  username: <%= fetch(:postgresql_user) %>
  password: <%= fetch(:postgresql_password) %>
  encoding: utf8
  min_messages: warning
  pool: 5
  timeout: 5000
  host: <%= fetch(:postgresql_host) %>
  port: <%= fetch(:postgresql_port) %>

test:
  <<: *default
  database: <%= fetch(:postgresql_database) %>_test

production:
  <<: *default
  database: <%= fetch(:postgresql_database) %>_production

staging:
  <<: *default
  database: <%= fetch(:postgresql_database) %>_staging

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
recipes_matic-1.3.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/database.yml.erb
recipes_matic-1.2.1 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/database.yml.erb
recipes_matic-1.2.0 lib/generators/recipes_matic/templates/config/deploy/recipes/templates/database.yml.erb