Files
TodoApi/appsettings.json
2023-11-22 15:19:43 -05:00

13 lines
231 B
JSON

{
"ConnectionStrings": {
"TodoDatabase": "Data Source=data/todo.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}