Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cavy / spec / dummy / config / database.yml
Size: Mime:
development:
  adapter: postgresql
  encoding: unicode
  database: cavy_development
  host: localhost
  pool: 5
  password:
test:
  adapter: postgresql
  encoding: unicode
  database: cavy_test
  host: localhost
  pool: 5
  password:
#
#production:
#  adapter: postgresql
#  encoding: unicode
#  database: cavy_production
#  host: localhost
#  pool: 5
#  password: