Sha256: 98db64acf13c442aac03d26bdd8bcf8053f2401677a92bcc8d563006976f57ea

Contents?: true

Size: 386 Bytes

Versions: 12

Compression:

Stored size: 386 Bytes

Contents

default: &default
  adapter: sqlite3
  encoding: utf8

development:
  <<: *default
  database: db/dubbletrack-remote.sqlite3


# 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:
  <<: *default
  database: db/dubbletrack-remote-test.sqlite3

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dubbletrack_remote-0.8.5 config/database.yml
dubbletrack_remote-0.8.4 config/database.yml
dubbletrack_remote-0.8.3 config/database.yml
dubbletrack_remote-0.8.2 config/database.yml
dubbletrack_remote-0.8.1 config/database.yml
dubbletrack_remote-0.8.0 config/database.yml
dubbletrack_remote-0.7.6 config/database.yml
dubbletrack_remote-0.7.5 config/database.yml
dubbletrack_remote-0.7.4 config/database.yml
dubbletrack_remote-0.7.3 config/database.yml
dubbletrack_remote-0.7.2 config/database.yml
dubbletrack_remote-0.7.1 config/database.yml