From fcab8b4a251ef41001fbbc981ec2b2ee282cd156 Mon Sep 17 00:00:00 2001 From: Stein Helge Riise Date: Thu, 27 Nov 2025 12:27:10 +0000 Subject: [PATCH] Update backend/src/MinAttest.Api/appsettings.json --- backend/src/MinAttest.Api/appsettings.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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": "*" +}