Working with encryption!

This commit is contained in:
Isaac Grynsztein
2018-01-16 11:18:41 -05:00
parent 162425b702
commit 917235189a
8 changed files with 77 additions and 60 deletions

View File

@@ -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/",