Sha256: 9b50737d4b4f1e253a66f611b999cac460345c17242179bf49bc4e879a51253c

Contents?: true

Size: 439 Bytes

Versions: 13

Compression:

Stored size: 439 Bytes

Contents

development:
 adapter: postgresql
 database: volontariat_development
 encoding: unicode
 username: root
 password:
 encoding: unicode

test: &TEST
 adapter: postgresql
 encoding: unicode
 database: volontariat_test
 pool: 5
 username: root
 password:
 
production:
  adapter: postgresql
  encoding: unicode
  database: volontariat_production
  encoding: utf8
  pool: 5
  host: localhost
  username: root
  password:
  
cucumber:
 <<: *TEST

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
voluntary-0.7.1 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.7.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.6.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.5.2 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.5.1 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.5.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.4.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.3.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.2.4 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.2.3 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.2.2 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.2.1 lib/generators/voluntary/product_dummy/templates/config/database.example.yml
voluntary-0.2.0 lib/generators/voluntary/product_dummy/templates/config/database.example.yml