This commit is contained in:
lumijiez
2025-05-05 00:37:41 +03:00
parent 505ba226ea
commit a9bee630e6
5 changed files with 23 additions and 8 deletions

View File

@@ -2,11 +2,12 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Debug",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=localhost,${SQL_PORT};Database=PrintbaseDb;User Id=sa;Password=${SA_PASSWORD};TrustServerCertificate=True;"
"DefaultConnection": "Server=db;Database=PrintbaseDb;User Id=sa;Password=Str0ng!Passw0rd383838@@@$23;TrustServerCertificate=True;"
},
"DatabaseOptions": {
"ApplyMigrationsAtStartup": true