mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-19 23:33:19 +03:00
Working with encryption!
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"YoutubeDL-Material": {
|
||||
"YoutubeDLMaterial": {
|
||||
"Host": {
|
||||
"frontend-url": "http://localhost:4200",
|
||||
"backend-port": "8088"
|
||||
"frontendurl": "http://localhost:4200",
|
||||
"backendurl": "https://youtubedl.grynsztein.com/"
|
||||
},
|
||||
"Encryption": {
|
||||
"use-encryption": false,
|
||||
"cert-file-path": "fullchain.pem",
|
||||
"key-file-path": "privkey.pem"
|
||||
"cert-file-path": "cert.pem",
|
||||
"key-file-path": "privkey.pem",
|
||||
"chain-file-path": "chain.pem"
|
||||
},
|
||||
"Downloader": {
|
||||
"path-base": "http://localhost:8088/",
|
||||
|
||||
Reference in New Issue
Block a user