Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eroskarsburg committed Jul 15, 2024
1 parent 4a9a1cd commit b445e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MindCare-Central-Clinic/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"ConnectionStrings": {
"sql": "Server=myServer;Database=myDb2;Trusted_Connection=True;",
"mysql": "Server=localhost;Database=mindcare_db;UserId=root;password=Amister@9958;",
"mysql": "Server=localhost;Database=mindcare_db;UserId=root;",
"oracle": "Server=myServer;Database=myDb2;Trusted_Connection=True;",
"phpmyadmin": "Server=myServer;Database=myDb2;Trusted_Connection=True;"
},
Expand Down

0 comments on commit b445e3b

Please sign in to comment.