Sha256: cada3fe9ef59cd186de668ec51d16667f93f3f0ec26095e657a521587e9e0a66

Contents?: true

Size: 577 Bytes

Versions: 47

Compression:

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

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

Version data entries

47 entries across 47 versions & 5 rubygems

Version Path
st-rich-1.5.1 test/dummy/config/database.yml
office_clerk-1.0.0 config/database.yml
office_clerk-0.9 config/database.yml
office_clerk-0.8 config/database.yml
office_clerk-0.7 config/database.yml
office_clerk-0.6 config/database.yml
office_clerk-0.5 config/database.yml
office_clerk-0.4 config/database.yml
office_clerk-0.1 config/database.yml
office_clerk-0.0.1 config/database.yml
apposs_ldap_adapter-0.1.0 test/dummy/config/database.yml
rich-1.4.6 test/dummy/config/database.yml
rich-1.4.5 test/dummy/config/database.yml
rich-1.4.4 test/dummy/config/database.yml
rich-1.4.3 test/dummy/config/database.yml
rich-1.4.2 test/dummy/config/database.yml
rich-1.4.1 test/dummy/config/database.yml
rich-1.4 test/dummy/config/database.yml
rich-1.3.1 test/dummy/config/database.yml
rich-1.3.0 test/dummy/config/database.yml