Files
YoutubeDL-Material/backend/config/default.json
2018-01-16 11:18:41 -05:00

19 lines
502 B
JSON

{
"YoutubeDLMaterial": {
"Host": {
"frontendurl": "http://localhost:4200",
"backendurl": "https://youtubedl.grynsztein.com/"
},
"Encryption": {
"use-encryption": false,
"cert-file-path": "cert.pem",
"key-file-path": "privkey.pem",
"chain-file-path": "chain.pem"
},
"Downloader": {
"path-base": "http://localhost:8088/",
"path-audio": "audio/",
"path-video": "video/"
}
}
}