aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/dbConnect.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/dbConnect.js b/configs/dbConnect.js
index a585f80..8dd7e0b 100644
--- a/configs/dbConnect.js
+++ b/configs/dbConnect.js
@@ -1,7 +1,6 @@
import mongoose from 'mongoose'
-const MONGODB_URI = process.env.MYAPPS_MONGODB_URI
-// const MONGODB_URI = 'mongodb://localhost:27017/myapps'
+const MONGODB_URI = process.env.MONGODB_CONNSTRING
if (!MONGODB_URI) {
throw new Error(