GameLibrary/appsettings.json

13 lines
226 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=GameLibrary.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}