Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 418 Bytes

DOCUMENTATION.md

File metadata and controls

13 lines (8 loc) · 418 Bytes

Documentation

You can see below the API reference of this module.

Plugin Configuration

  • Object config:
  • uri (String): The database url.
  • models (Object): An object containing the Mongoose models.
  • models_dir (String): The relative path to a directory containing models stored in files.

The model objects can be accessed by requiring the module or accessing the Bloggify.models object.