freetubesync/FreeTubeSync/appsettings.json
Mario Steele a5453c8191 Updated App Settings
Added FreeTubeSync database connection strings.
2025-07-21 13:06:55 -05:00

12 lines
232 B
JSON

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