diff --git a/auth/src/models/connection.ts b/auth/src/models/connection.ts index 09d5ef7..09a86f6 100644 --- a/auth/src/models/connection.ts +++ b/auth/src/models/connection.ts @@ -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);