Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.json
2024-09-07 22:14:24 -04:00

14 lines
287 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
},
"ConnectionStrings": {
"Sqlite": "Data Source=test_db"
},
"AllowedHosts": "*"
}