MongoDB configuration module for the API.
Contains an object with essential parameters to connect to the database.
- Description:
- MongoDB configuration module for the API. Contains an object with essential parameters to connect to the database.
- Source:
Members
(static, constant) mongoConfig :Object
- Description:
- MongoDB configuration file
- Source:
Properties:
Name | Type | Description |
---|---|---|
uri |
string | MongoDB connection URI. |
options |
Object | Options for the MongoDB connection. |
MongoDB configuration file
Type:
- Object