diff --git a/config/database.yml b/config/database.yml
index 30b2281de1fb7d1d144b6b7b6ee6a028e70df532..c0935e66bf381a3f09c05ede295e4f3db7d8a39c 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -13,8 +13,8 @@ test:
   <<: *defaults
   pool: 5
   database: portalmec_test
-  username: postgres
-  password: mysecretpassword
+  username: portalmec
+  password: 123mudar
 
 production:
   <<: *defaults