Files
XP-System/config/keys.js
T
2020-11-25 09:10:06 -08:00

6 lines
182 B
JavaScript

let dbPassword = 'mongodb+srv://client:backyardpassclient@backyard-pass-data.nbikf.mongodb.net/XPmockDB?retryWrites=true&w=majority';
module.exports = {
mongoURI: dbPassword
};