freetubesync/FreeTubeSync/appsettings.Development.json

12 lines
207 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"FreeTubeSync": "Data Source=../data/FreeTubeSync.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}