removed path-base and updated docker-compose.yml & README

This commit is contained in:
Isaac Grynsztein
2020-02-28 00:20:08 -05:00
parent 5e331b9ffa
commit 1ffe61f01f
7 changed files with 3 additions and 12 deletions

View File

@@ -10,7 +10,6 @@
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
},
"Downloader": {
"path-base": "http://example.com:17442/api/",
"path-audio": "audio/",
"path-video": "video/"
},

View File

@@ -10,7 +10,6 @@
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
},
"Downloader": {
"path-base": "https://example.com:17442/api/",
"path-audio": "audio/",
"path-video": "video/"
},

View File

@@ -26,10 +26,6 @@ let CONFIG_ITEMS = {
},
// Downloader
'ytdl_base_path': {
'key': 'ytdl_base_path',
'path': 'YoutubeDLMaterial.Downloader.path-base'
},
'ytdl_audio_folder_path': {
'key': 'ytdl_audio_folder_path',
'path': 'YoutubeDLMaterial.Downloader.path-audio'