Sha256: 7d22f26777df50fbd1087c5966f7cd3dc500fc064349e569438e970baa1fb76e

Contents?: true

Size: 385 Bytes

Versions: 4

Compression:

Stored size: 385 Bytes

Contents

development: &default
  adapter: postgresql
  database: <%= app_name %>_development
  encoding: utf8
  host: <%= db_host || 'localhost' %>
<%= "  port: #{db_port}" if db_port %>
<%= "  username: #{db_username}" if db_username %>
<%= "  password: #{db_password}" if db_password %>
  min_messages: warning
  pool: 2
  timeout: 5000

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anadea-spark-0.5.0 templates/config/postgresql_database.yml.erb
anadea-spark-0.4.4 templates/config/postgresql_database.yml.erb
anadea-spark-0.4.3 templates/config/postgresql_database.yml.erb
anadea-spark-0.4.2 templates/config/postgresql_database.yml.erb