Files
FSI.BT.IR.Plc.Settings.Log/web/FSI.BT.IR.Plc.Settings.Log/appsettings.json
T
Stephan Maier e791920907 Sicherung
2024-10-17 15:37:52 +02:00

13 lines
233 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=d:\\WebApplication.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}