Sha256: 1b54fcefcb8c00dec27d47f0db5c7c150c6f94cb399e5612480156a7b01f55ac

Contents?: true

Size: 510 Bytes

Versions: 5

Compression:

Stored size: 510 Bytes

Contents

development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: qwerty_development
  pool: 5
  username: root
  password:
  socket: /tmp/mysql.sock

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000

production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
qwerty-0.0.7.pre test/dummy/config/database.yml
qwerty-0.0.5.pre test/dummy/config/database.yml
qwerty-0.0.4.pre test/dummy/config/database.yml
qwerty-0.0.3.pre test/dummy/config/database.yml
qwerty-0.0.1.pre test/dummy/config/database.yml