2c005c35fb8980d4ecf7abff2dcd17a179472568
Added a new "ConnectionStrings" section to the `appsettings.json` file, including a "Default" connection string for SQL Server. The connection string specifies the server, database, user credentials, and options to disable encryption and trust the server certificate. This change configures database connectivity for the application.
Description
Languages
C#
100%