Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.json
2025-05-18 02:27:17 -04:00

14 lines
340 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
},
"ConnectionStrings": {
"ApplicationDb": "Host=localhost;Database=svsim;Username=postgres;password=postgres"
},
"AllowedHosts": "*"
}