Sha256: f21a71a6e0e767373d22d6630db2e253343a2a92d61aa138a75c35ec4debe094

Contents?: true

Size: 447 Bytes

Versions: 16

Compression:

Stored size: 447 Bytes

Contents

default: &default
  adapter: postgresql
  encoding: utf8
  min_messages: warning
  pool: <%= Integer(ENV.fetch("DB_POOL", 5)) %>
  reaping_frequency: <%= Integer(ENV.fetch("DB_REAPING_FREQUENCY", 10)) %>
  timeout: 5000
  host: 127.0.0.1
  username: postgres
  password: 

development:
  <<: *default
  database: Valkyrie_gem_development
  port: 5433

test:
  <<: *default
  database: Valkyrie_gem_test
  port: <%= ENV["POSTGRES_PORT"] || 5433 %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
valkyrie-3.5.0 db/config.yml
valkyrie-3.4.0 db/config.yml
valkyrie-3.3.0 db/config.yml
valkyrie-3.1.5 db/config.yml
valkyrie-3.1.4 db/config.yml
valkyrie-3.1.3 db/config.yml
valkyrie-3.1.2 db/config.yml
valkyrie-3.1.1 db/config.yml
valkyrie-3.1.0 db/config.yml
valkyrie-3.0.3 db/config.yml
valkyrie-3.0.2 db/config.yml
valkyrie-3.0.1 db/config.yml
valkyrie-3.0.0 db/config.yml
valkyrie-3.0.0.pre.rc.1 db/config.yml
valkyrie-3.0.0.pre.beta.3 db/config.yml
valkyrie-3.0.0.pre.beta.2 db/config.yml