Sha256: d570d6b5dbda8c9cab4114427d2a9c8cd2a1b26a2a42390df8575913df7309e1

Contents?: true

Size: 446 Bytes

Versions: 28

Compression:

Stored size: 446 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: volontariat
  password:
  
cucumber:
 <<: *TEST

Version data entries

28 entries across 21 versions & 1 rubygems

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