Sha256: c0815eadb4f3c33a94f13d5fc2285f409a42ea50c2d83ff2165e232a04345874

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

development:
  adapter: mysql2
  encoding: utf8
  database: ut_dev_applicants
  pool: 5
  timeout: 5000
  username: root
  password:
  host: 127.0.0.1
test:
  adapter: mysql2
  encoding: utf8
  database: ut_test_applicants
  pool: 5
  timeout: 5000
  username: root
  password:
  host: 127.0.0.1

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
applicants-0.11.0 spec/dummy/config/database.yml
applicants-0.11.0 spec/dummy/config/database.yml.example