Sha256: 454ca7d33021a9308a88d7147c50c43656e6559811f1ed8c0fec86256ec3adb2

Contents?: true

Size: 673 Bytes

Versions: 21

Compression:

Stored size: 673 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
  adapter: sqlite3
  database: db/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: &TEST
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

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

cucumber:
  <<: *TEST

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/config/database.yml
branston-0.6.5 lib/branston/config/database.yml
branston-0.6.4 lib/branston/config/database.yml
branston-0.6.3 lib/branston/config/database.yml
branston-0.6.2 lib/branston/config/database.yml
branston-0.6.1 lib/branston/config/database.yml
branston-0.6.0 lib/branston/config/database.yml
branston-0.5.2 lib/branston/config/database.yml
branston-0.5.1 lib/branston/config/database.yml
branston-0.5.0 lib/branston/config/database.yml
branston-0.4.6 lib/branston/config/database.yml
branston-0.4.5 lib/branston/config/database.yml
branston-0.4.4 lib/branston/config/database.yml
branston-0.4.3 lib/branston/config/database.yml
branston-0.4.2 lib/branston/config/database.yml
branston-0.4.1 lib/branston/config/database.yml
branston-0.4.0 lib/branston/config/database.yml
branston-0.3.6 lib/branston/config/database.yml
branston-0.3.4 lib/branston/config/database.yml
branston-0.3.3 lib/branston/config/database.yml