Sha256: 53596c990c1b15645808709c5a0f2f727b08c89c2020fec1c52510d45142f9b9

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem 'sqlite3'
development:
  host: localhost
  adapter: postgresql
  database: g5_sibling_deployer_engine_development
  #user: username

# 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:
  host: localhost
  adapter: postgresql
  database: g5_sibling_deployer_engine_development
  #user: username

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_sibling_deployer_engine-0.7.0 spec/dummy/config/database.yml