-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
appsettings.json
39 lines (39 loc) · 876 Bytes
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"cors_enabled": true,
"https_enabled": false,
"https_port": 443,
"FileLogPath": "c:/spleeter",
"Mp3": {
"MaxUploadSize": 52428800
},
"Spleeter": {
"AnacondaScript": "'c:/Program Files/miniconda3/Scripts/activate.bat'",
"InputFolder": "c:/spleeter/input",
"OutputFolder": "c:/spleeter/output",
"CacheFolder": "c:/spleeter/cache",
"MaxDuration": 2400
},
"Youtube": {
"MaxDuration": 2400,
"CommandTool": "yt-dlp",
"User": "",
"Pass": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Kestrel": {
"Certificates": {
//"Default": {
// "Subject": "spl.eastus.cloudapp.azure.com",
// "Store": "Root",
// "Location": "LocalMachine"
//}
}
},
"AllowedHosts": "*"
}