Update
This commit is contained in:
1 parent
9163477534
commit
9fa4aa179a
12 files changed
+590
-182
No files matched your search
+5
-1
@@ -1,4 +1,8 @@
|
||||
let dbPassword = 'mongodb+srv://client:backyardpassclient@backyard-pass-data.nbikf.mongodb.net/XPmockDB?retryWrites=true&w=majority';
|
||||
const dotenv = require('dotenv');
|
||||
// Load environment variables into process
|
||||
dotenv.config()
|
||||
|
||||
let dbPassword = process.env.DB_URI;
|
||||
|
||||
module.exports = {
|
||||
mongoURI: dbPassword
|
||||
|
||||
Reference in new issue
Block a user