Sha256: 50e32c5deb04a23e8e1604cd34c10bba3d63255e2df6c7dd665d855cbdf6192a

Contents?: true

Size: 645 Bytes

Versions: 12

Compression:

Stored size: 645 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  adapter: postgresql
  encoding: unicode
  database: dummy_development
  pool: 5
  username: alzh
  password: alzh

# 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: postgresql
  database: dummy_test
  pool: 5
  username: alzh
  password: alzh
  
production:
  adapter: postgresql
  database: dummy_production
  pool: 5
  username: alzh
  password: alzh

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
rooler-0.0.11 test/dummy/config/database.yml
rooler-0.0.10 test/dummy/config/database.yml
rooler-0.0.9 test/dummy/config/database.yml
rooler-0.0.8 test/dummy/config/database.yml
rooler-0.0.7 test/dummy/config/database.yml
rooler-0.0.6 test/dummy/config/database.yml
rooler-0.0.5 test/dummy/config/database.yml
rooler-0.0.4 test/dummy/config/database.yml
rooler-0.0.3 test/dummy/config/database.yml
rooler-0.0.2 test/dummy/config/database.yml
rooler-0.0.1 test/dummy/config/database.yml
supportify-0.0.01 test/dummy/config/database.yml