Sha256: 42b048d3b3aa7459285c36ddff176434b7384177ed97a3f348c55a96d00f5209

Contents?: true

Size: 495 Bytes

Versions: 49

Compression:

Stored size: 495 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
#
default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  timeout: 5000

development:
  <<: *default
  database: wbase_dev

# 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: wbase_test

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
wbase-0.0.13 test/dummy/config/database.yml
wbase-0.0.12 test/dummy/config/database.yml
wbase-0.0.11 test/dummy/config/database.yml
wbase-0.0.10 test/dummy/config/database.yml
wbase-0.0.9 test/dummy/config/database.yml
wbase-0.0.8 test/dummy/config/database.yml
wbase-0.0.7 test/dummy/config/database.yml
wbase-0.0.6 test/dummy/config/database.yml
wbase-0.0.5 test/dummy/config/database.yml