Files
Microsoft.SelfService.Porta…/bin/Debug/net7.0/appsettings.json
2026-04-15 15:02:32 +02:00

12 lines
295 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Context": "Server=RZ1VCMSQL001\\MSSSP;Database=SSP;TrustServerCertificate=True;Encrypt=False;Integrated Security=SSPI"
}
}