17 lines
329 B
JSON
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": "*"
|
|
} |