Commit 79cfd30f authored by Waleed Naeem's avatar Waleed Naeem

Update app.js

parent 09b1eb1c
......@@ -8,7 +8,7 @@ app.use(cors());
const MONGO_DB_URI =
process.env.MONGO_DB_URI ||
"mongodb://mongodb-service:27017/devops?readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false";
"mongodb://my-release-mongodb:27017/devops?readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false";
// parse application/x-www-form-urlencoded
app.use(bodyParser.urlencoded({ extended: false }));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment