diff --git a/.env b/.env index 57fe127..7eb2a66 100644 --- a/.env +++ b/.env @@ -2,6 +2,6 @@ MONGODB_HOST=localhost MONGODB_PORT=27017 # We assume we create the test database during the lecture -MONGODB_DATABASE=test +MONGODB_DATABASE=hr MONGODB_USERNAME=root MONGODB_PASSWORD=example