{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Server": { "HttpPort": 5206, "HttpsPort": 7165 }, "Jwt": { "Issuer": "FileShare-API", "Audience": "FileShare-Client", "SigningKey": "change-this-development-signing-key-at-least-32-bytes", "AccessTokenMinutes": 60, "RefreshTokenDays": 30 }, "DatabaseConfiguration": { "Provider": "SQLite", "ConnectionString": "Data Source=app.db", "AutoMigrate": true, "RecreateDatabase": false, "EnableDetailedLog": false, "Timeout": 30 }, "ThumbnailStorageOptions": { "RootPath": "thumbnails", "FfmpegPath": "tools/ffmpeg/bin/ffmpeg.exe", "FfprobePath": "tools/ffmpeg/bin/ffprobe.exe" }, "FileLibraryScanOptions": { "PollingIntervalMinutes": 5 } }