Sha256: 6fe7d92833da5989728e40c0a774ed3225ce1822d7e1be5b48474952eb46d7b6

Contents?: true

Size: 539 Bytes

Versions: 13

Compression:

Stored size: 539 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:
  adapter: sqlite3
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
interpret-1.1.2 test_app/config/database.yml
interpret-1.1.1 test_app/config/database.yml
interpret-1.1.0 test_app/config/database.yml
interpret-1.0.2 test_app/config/database.yml
interpret-1.0.1 test_app/config/database.yml
interpret-0.2.1 test_app/config/database.yml
interpret-1.0.0 test_app/config/database.yml
interpret-0.2.0 test_app/config/database.yml
interpret-0.1.5 test_app/config/database.yml
interpret-0.1.4 test_app/config/database.yml
interpret-0.1.3 test_app/config/database.yml
interpret-0.1.2 test_app/config/database.yml
interpret-0.1.1 test_app/config/database.yml