diff --git a/server/app.js b/server/app.js index 80e52d5..2019680 100644 --- a/server/app.js +++ b/server/app.js @@ -25,7 +25,7 @@ const { SESSION_SECRET } = require("./secretConfig"); require("dotenv").config(); -const PORT = process.env.PORT || 5000; // changed so fronted runs on 3000 and server at 5000 +const PORT = process.env.PORT || 786; // changed so fronted runs on 3000 and server at 5000 const DB_NAME = "muckin_testing"; // @note - later change it according to database used in production const MONGO_DB_URI = `mongodb+srv://dscnitp_webdept_muckin:${process.env.DB_PASSWORD}@cluster0.kokfw.gcp.mongodb.net?retryWrites=true`; // @note - Don't modify this, if it doesn't work for you please ask