Files
NodeJS-Video-Streamer/API/DB.js
Johnathon Slightham 83c4742037 Initial Push
2020-12-20 22:46:29 -05:00

3 lines
90 B
JavaScript

module.exports = {
DB: 'mongodb://localhost:27017/videoStreamer' // Connection to DB
}