Sha256: 8daee53a45063c33c1490f1635187a7f5cdac1e3dc8a1ad9251c248270b160f6

Contents?: true

Size: 515 Bytes

Versions: 2

Compression:

Stored size: 515 Bytes

Contents

development:
  adapter: mysql2
  encoding: utf8
  host: 192.168.33.10
  database: odania_core_development
  username: root
  password: testpw
  pool: 5

# 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

2 entries across 2 versions & 1 rubygems

Version Path
odania_omniauth_authentication-0.0.2 test/dummy/config/database.yml
odania_omniauth_authentication-0.0.1 test/dummy/config/database.yml