development:
  driver:   "mongoose"
  host:     "localhost"
  database: "APPNAME-dev"

test:
  driver:   "mongoose"
  host:     "localhost"
  database: "APPNAME-test"

production:
  driver:   "mongoose"
  host:     "localhost"
  database: "APPNAME-production"
