Skip to content

MongoDB

https://www.mongodb.com/

You can run your own MongoDB server or use a cloud service, like MongoDB Atlas.

Configuration

DATABASE

Set to Mongo. For more information, see Configuration.

MONGO_URI

Required, defaults to mongodb://localhost:27017/nazurin

MongoDB connection string, must include database name.

e.g.: mongodb://username:password@localhost:27017/database


Last update: August 7, 2023
Created: June 8, 2023