Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

Database: MongoDB

MongoDB database provider for @nexrender/server.

Installation

npm i @nexrender/database-mongodb -g

Configuration

In order to use this, NEXRENDER_DATABASE_PROVIDER needs to be set to mongodb.

export NEXRENDER_DATABASE_PROVIDER="mongodb"
export MONGODB_URL="mongodb://localhost:27017"