Files
TodoApi/appsettings.json
2023-11-22 20:53:06 -05:00

17 lines
329 B
JSON

{
"ConnectionStrings": {
"TodoDatabase": "Data Source=data/todo.db"
},
"Authentication": {
"APIKeys": [
"0a7eefbb-17f5-4299-882b-94719461a896"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}