Sha256: fd3ae1a8923739061f9234106fdcd6727170926ca3c60fc7e478555ad8821f40

Contents?: true

Size: 248 Bytes

Versions: 24

Compression:

Stored size: 248 Bytes

Contents

common: &common
  adapter:  mysql2
  encoding: utf8
  pool:     5
  username: rails
  password: rails
  socket: /var/lib/mysql/mysql.sock

development:
  database: edgarj4_dummy_dev
  <<: *common

test:
  database: edgarj4_dummy_test
  <<: *common

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
edgarj-4.06.10 test/dummy/config/database.yml
edgarj-4.06.09 test/dummy/config/database.yml
edgarj-4.06.07 test/dummy/config/database.yml
edgarj-4.06.05 test/dummy/config/database.yml
edgarj-4.06.04 test/dummy/config/database.yml
edgarj-4.06.03 test/dummy/config/database.yml
edgarj-4.06.02 test/dummy/config/database.yml
edgarj-4.06.01 test/dummy/config/database.yml
edgarj-4.06.00 test/dummy/config/database.yml
edgarj-4.05.04 test/dummy/config/database.yml
edgarj-4.05.03 test/dummy/config/database.yml
edgarj-4.05.02 test/dummy/config/database.yml
edgarj-4.05.01 test/dummy/config/database.yml
edgarj-4.05.00 test/dummy/config/database.yml
edgarj-4.04.01 test/dummy/config/database.yml
edgarj-4.04.00 test/dummy/config/database.yml
edgarj-4.03.00 test/dummy/config/database.yml
edgarj-4.02.00 test/dummy/config/database.yml
edgarj-4.01.01 test/dummy/config/database.yml
edgarj-4.01.00 test/dummy/config/database.yml