Files
fxl.codes.kisekae/fxl.codes.kisekae.blazor/appsettings.json
T
2024-09-15 21:59:05 -06:00

13 lines
190 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"kisekae": ""
}
}