You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YoutubeDL-Material/backend/config/default.json

28 lines
759 B
JSON

8 years ago
{
"YoutubeDLMaterial": {
8 years ago
"Host": {
"frontendurl": "http://example.com",
"backendurl": "http://example.com:17442/"
8 years ago
},
"Encryption": {
"use-encryption": false,
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
8 years ago
},
"Downloader": {
"path-base": "http://example.com:17442/",
8 years ago
"path-audio": "audio/",
"path-video": "video/"
},
"Extra": {
"title_top": "Youtube Downloader",
"download_only_mode": false,
"file_manager_enabled": true
},
"API": {
"use_youtube_API": false,
"youtube_API_key": ""
8 years ago
}
}
}