Skip to content

Commit

Permalink
auth db name
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyadkhalil committed Jul 13, 2021
1 parent 64e28c5 commit 46deab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/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://auth-mongo:27017/auth-test";
const uri = "mongodb://auth-db-service:27017/auth-test";

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

Expand Down

0 comments on commit 46deab8

Please sign in to comment.