diff --git a/backend/src/MinAttest.Api/appsettings.json b/backend/src/MinAttest.Api/appsettings.json index 4d56694..f2108ee 100644 --- a/backend/src/MinAttest.Api/appsettings.json +++ b/backend/src/MinAttest.Api/appsettings.json @@ -1,9 +1,13 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -} +{ + "ConnectionStrings": { + "Default": "Server=minattest-db;Database=minattest-dev-sql;User Id=sa;Password=Your_password123;TrustServerCertificate=True;" + }, + + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +}