Skip to content

Commit

Permalink
mmeeting url
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyadkhalil committed Jul 13, 2021
1 parent 46deab8 commit ee6a102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meetings/src/models/connection.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import mongoose from "mongoose";

const uri = "mongodb://meetings-mongo:27017/meetings-test";
const uri = "mongodb://meetings-db-service:27017/meetings-test";

const connectDb = () => mongoose.connect(uri);

Expand Down

0 comments on commit ee6a102

Please sign in to comment.