From 82de11c064c4a57ad66c54b31a29f91110088d37 Mon Sep 17 00:00:00 2001 From: Luke Arnould <35514663+lukearnould@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:28:27 -0500 Subject: [PATCH] Add path for appsettings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c83618..2313770 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Initialization 1. Ensure the server for the database to be used has SQL Server logins enabled. - 1. Change the connection string in `appsettings.json` to point to a database of your choice. + 1. Change the connection string in `HospitalManagement.Web` > `appsettings.json` to point to a database of your choice. * If the database is not of type Microsoft SQL Server, you will want to change the extension method in `HospitalManagement.Config.HospitalContext` from `UseSqlServer()` to your database engine of choice. 2. At the root of the `Web` project, run the below command in your command prompt: