Sha256: 325e01f8a5bb179fb366af6b3280d76110c88960a5997a3576066f4742cbba97

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

---
# This is a sample database file for the CouchRest ORM
:development: &defaults
  :database_prefix: 
  :database_suffix: _<%= MERB_ENV %> 
  :database: sample
  :host: localhost
  :port: 27017

:test:
  <<: *defaults
  :database: sample

:production:
  <<: *defaults
  :database: sample

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shingara-merb_mongomapper-0.1.2 lib/merb/orms/mongomapper/database.yml.sample
shingara-merb_mongomapper-0.1.3 lib/merb/orms/mongomapper/database.yml.sample
shingara-merb_mongomapper-0.1.4 lib/merb/orms/mongomapper/database.yml.sample
shingara-merb_mongomapper-0.1.5 lib/merb/orms/mongomapper/database.yml.sample