70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"Jwt": {
|
|
"Issuer": "TeleWave",
|
|
"Audience": "TeleWave",
|
|
"SigningKey": "change-me-min-32-chars-random-secret",
|
|
"AccessTokenMinutes": 15,
|
|
"RefreshTokenDays": 30
|
|
},
|
|
"AdminSeed": {
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"Storage": {
|
|
"RootPath": "/media",
|
|
"SegmentSeconds": 2,
|
|
"LiveWindowSegments": 10,
|
|
"KeepOriginals": false,
|
|
"MinFreeSpaceBytes": 10737418240
|
|
},
|
|
"Scheduler": {
|
|
"HorizonDays": 7,
|
|
"RetentionDays": 90,
|
|
"TickMinutes": 30
|
|
},
|
|
"Media": {
|
|
"FfmpegPath": "ffmpeg",
|
|
"FfprobePath": "ffprobe",
|
|
"MaxUploadBytes": 21474836480,
|
|
"TranscodeThreads": 3,
|
|
"InboxScanSeconds": 15,
|
|
"NormalizeLoudness": true,
|
|
"LoudnessTargetLufs": -16
|
|
},
|
|
"Bumpers": {
|
|
"Width": 1280,
|
|
"Height": 720,
|
|
"FontFileSans": "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf",
|
|
"FontFileSerif": "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf",
|
|
"TemplateVersion": 1
|
|
},
|
|
"Metadata": {
|
|
"Language": "ru-RU",
|
|
"Tmdb": {
|
|
"ApiKey": "",
|
|
"BaseUrl": "https://api.themoviedb.org/3",
|
|
"ImageBaseUrl": "https://image.tmdb.org/t/p",
|
|
"PosterSize": "w500",
|
|
"StillSize": "w300"
|
|
},
|
|
"Omdb": {
|
|
"ApiKey": "",
|
|
"BaseUrl": "https://www.omdbapi.com"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"System.Net.Http.HttpClient": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [ { "Name": "Console" } ],
|
|
"Enrich": [ "FromLogContext" ]
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|