Files
SVSimServer/SVSim.EmulatedEntrypoint/appsettings.json
2026-05-24 00:17:28 -04:00

17 lines
380 B
JSON

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