GameLibrary/appsettings.json

13 lines
226 B
JSON
Raw Permalink Normal View History

2024-10-03 14:22:21 +05:00
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=GameLibrary.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}