Sha256: 2b17854c5a730e947e18c0d49f4bc94200109433af00afb2f08c6a3f53c39eb4

Contents?: true

Size: 568 Bytes

Versions: 12

Compression:

Stored size: 568 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: db/dummy_development.sqlite3
  pool: 5
  timeout: 5000

# 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/dummy_test.sqlite3
  pool: 5
  timeout: 5000

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kadmin-0.6.8 test/dummy/config/database.yml
kadmin-0.6.7 test/dummy/config/database.yml
kadmin-0.6.6 test/dummy/config/database.yml
kadmin-0.6.5 test/dummy/config/database.yml
kadmin-0.6.4 test/dummy/config/database.yml
kadmin-0.6.3 test/dummy/config/database.yml
kadmin-0.6.1 test/dummy/config/database.yml
kadmin-0.5.7 test/dummy/config/database.yml
kadmin-0.5.6 test/dummy/config/database.yml
kadmin-0.4.2 test/dummy/config/database.yml
kadmin-0.4.1 test/dummy/config/database.yml
kadmin-0.4.0 test/dummy/config/database.yml