{ "development":
  { "driver":   "mongoose"
  , "host":     "localhost"
  , "database": "APPNAME-dev"
  }
, "test":
  { "driver":   "mongoose"
  , "host":     "localhost"
  , "database": "APPNAME-test"
  }
, "staging":
  { "driver":   "mongoose"
  , "host":     "localhost"
  , "database": "APPNAME-staging"
  }
, "production":
  { "driver":   "mongoose"
  , "host":     "localhost"
  , "database": "APPNAME-production"
  }
}
