Skip to content
Snippets Groups Projects
Commit ae8f6314 authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Use correct user db name

parent 69740877
No related branches found
No related tags found
1 merge request!30Implement Mongo Seeder
......@@ -3,7 +3,7 @@ import bcrypt from 'bcrypt';
// Connection URI and database name
const uri = process.env.USER_SERVICE_MONGO_URI;
const dbName = 'user-service';
const dbName = 'userdb';
const collectionName = 'users';
export type User = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment