Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 283 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 283 Bytes

new-media-db

A new media references database

Environments variables

In order to have to project running properly you will need a .env file at the root of the project with the following variables set:

DB_HOST=[mongoIp:port]
DB_USER=[mongoUser]
DB_PWD=[mongoPassword]