Sha256: 60f52a7006f91ffe8737d7840c11e40a008d77399cb92f92c5b265a7c9bba373

Contents?: true

Size: 282 Bytes

Versions: 116

Compression:

Stored size: 282 Bytes

Contents

pg: &pg
  adapter: postgresql
  encoding: unicode
  pool: 10
  timeout: 5000

development:
  <<: *pg
  database: apidae_engine_dev
  username: pglocal
  password: pglocal

test:
  <<: *pg
  database: apidae_engine_test
  username: pglocal
  password: pglocal

production:
  <<: *pg

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
apidae-1.4.13 test/dummy/config/database.yml
apidae-1.4.12 test/dummy/config/database.yml
apidae-1.4.11 test/dummy/config/database.yml
apidae-1.4.10 test/dummy/config/database.yml
apidae-1.4.9 test/dummy/config/database.yml
apidae-1.4.8 test/dummy/config/database.yml
apidae-1.4.7 test/dummy/config/database.yml
apidae-1.4.6 test/dummy/config/database.yml
apidae-1.4.5 test/dummy/config/database.yml
apidae-1.4.4 test/dummy/config/database.yml
apidae-1.4.3 test/dummy/config/database.yml
apidae-1.2.35 test/dummy/config/database.yml
apidae-1.2.34 test/dummy/config/database.yml
apidae-1.2.33 test/dummy/config/database.yml
apidae-1.4.2 test/dummy/config/database.yml
apidae-1.4.1 test/dummy/config/database.yml
apidae-1.4.0 test/dummy/config/database.yml
apidae-1.2.32 test/dummy/config/database.yml
apidae-1.2.31 test/dummy/config/database.yml
apidae-1.2.30 test/dummy/config/database.yml