Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhborn2win committed Mar 10, 2021
1 parent 5dd21fc commit ae9a349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae9a349

Please sign in to comment.