Migrated to angular 8

Created dev configuration
This commit is contained in:
Isaac Grynsztein
2019-10-20 19:15:13 -04:00
parent 377676cda4
commit 91713f1140
11 changed files with 218 additions and 108 deletions

22
src/assets/default.json Normal file
View File

@@ -0,0 +1,22 @@
{
"YoutubeDLMaterial": {
"Host": {
"frontendurl": "http://localhost:4200",
"backendurl": "http://localhost:17442/"
},
"Encryption": {
"use-encryption": false,
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
},
"Downloader": {
"path-base": "http://localhost:17442/",
"path-audio": "audio/",
"path-video": "video/"
},
"Extra": {
"title_top": "Youtube Downloader",
"file_manager_enabled": true
}
}
}