Sha256: 3120f98d08216fc1720f6b6e55e49736855834c35ae2766160c7139cf837d5f3
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
# DB configuration file # Test stand configurations (JRuby) test: &test :adapter: jdbcsqlite3 :database: db/test.sqlite3 :pool: 5 :timeout: 5000 # Test stand configurations (MRI) test-mri: <<: *test :adapter: sqlite3 # Battle configurations (JRuby) prod: <<: *test :database: db/prod.sqlite3
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ib-ruby-0.8.4 | db/config.yml |
ib-ruby-0.8.3 | db/config.yml |