Skip to content

Commit

Permalink
Add path for appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearnould committed Jul 31, 2024
1 parent 22c3224 commit 82de11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 82de11c

Please sign in to comment.