freetubesync/FreeTubeSync/appsettings.json

13 lines
232 B
JSON
Raw Normal View History

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