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.0.5 test/dummy/config/database.yml
apidae-1.0.4 test/dummy/config/database.yml
apidae-1.0.3 test/dummy/config/database.yml
apidae-1.0.2 test/dummy/config/database.yml
apidae-1.0.0 test/dummy/config/database.yml
apidae-0.11.0 test/dummy/config/database.yml
apidae-0.10.0 test/dummy/config/database.yml
apidae-0.9.26 test/dummy/config/database.yml
apidae-0.9.25 test/dummy/config/database.yml
apidae-0.9.24 test/dummy/config/database.yml
apidae-0.9.23 test/dummy/config/database.yml
apidae-0.9.22 test/dummy/config/database.yml
apidae-0.9.21 test/dummy/config/database.yml
apidae-0.9.20 test/dummy/config/database.yml
apidae-0.9.19 test/dummy/config/database.yml
apidae-0.9.18 test/dummy/config/database.yml
apidae-0.9.17 test/dummy/config/database.yml
apidae-0.9.16 test/dummy/config/database.yml
apidae-0.7.8 test/dummy/config/database.yml
apidae-0.7.7 test/dummy/config/database.yml