Sha256: a7565bc243aed53e6f5c6c5f38c819ab7b4661b94ad1b7e2845f641b3123f328

Contents?: true

Size: 501 Bytes

Versions: 3

Compression:

Stored size: 501 Bytes

Contents

default: &default
  adapter: postgresql
  host: localhost
  encoding: UTF-8
  pool: 5
  timeout: 5000

development:
  <<: *default
  database: csv_fast_importer/sampleapp/dev

# 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:
  <<: *default
  database: csv_fast_importer/sampleapp/test

production:
  <<: *default
  database: csv_fast_importer/sampleapp

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_fast_importer-1.2.0 sample-app/config/database.yml
csv_fast_importer-1.1.0 sample-app/config/database.yml
csv_fast_importer-1.0.0 sample-app/config/database.yml