2024-08-05 08:00:16 +01:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
2024-08-12 09:58:27 +01:00
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DefaultConnection": "Data Source=database.sqlite3"
|
2024-08-05 08:00:16 +01:00
|
|
|
}
|
|
|
|
}
|