Sha256: 02c23dcf2759e3f011bcae02e44092609a3ee99c9c8cd565e06d43cea03dbb81

Contents?: true

Size: 600 Bytes

Versions: 9

Compression:

Stored size: 600 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
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: ":memory:"
  database: db/test.sqlite3
  pool: 5
  timeout: 5000

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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
action_smser-3.4.1 test/dummy/config/database.yml
action_smser-3.4.0 test/dummy/config/database.yml
action_smser-3.3.0 test/dummy/config/database.yml
adsense_crawler_for_private-1.2.1 test/dummy/config/database.yml
action_smser-3.2.0 test/dummy/config/database.yml
adsense_crawler_for_private-1.2.0 test/dummy/config/database.yml
action_smser-3.1.2 test/dummy/config/database.yml
action_smser-3.1.1 test/dummy/config/database.yml
action_smser-3.1.0 test/dummy/config/database.yml