skantravels/API/appsettings.Development.json

12 lines
205 B
JSON
Raw Normal View History

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
}
}