Files
ConnectionsAPI/appsettings.Development.json

15 lines
246 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"ConnectionsContext": "Data Source=.tmp/dev.db;"
},
"Sync": {
"RunImmediately": true
}
}