mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 16:01:28 +03:00
should now work across multiple devices
This commit is contained in:
@@ -9,8 +9,8 @@ var bodyParser = require("body-parser");
|
||||
var app = express();
|
||||
var appAnchor = express();
|
||||
|
||||
var hostURL = config.get("YoutubeDL-Material.Host.url");
|
||||
var hostPort = config.get("YoutubeDL-Material.Host.port");
|
||||
var hostURL = config.get("YoutubeDL-Material.Host.frontend-url");
|
||||
var hostPort = config.get("YoutubeDL-Material.Host.backend-port");
|
||||
var usingEncryption = config.get("YoutubeDL-Material.Encryption.use-encryption");
|
||||
var basePath = config.get("YoutubeDL-Material.Downloader.path-base");
|
||||
var audioPath = config.get("YoutubeDL-Material.Downloader.path-audio");
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"YoutubeDL-Material": {
|
||||
"Host": {
|
||||
"url": "example.com",
|
||||
"port": "8088"
|
||||
"frontend-url": "http://localhost:4200",
|
||||
"backend-port": "8088"
|
||||
},
|
||||
"Encryption": {
|
||||
"use-encryption": false,
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"YoutubeDL-Material": {
|
||||
"Host": {
|
||||
"url": "http://localhost:4200",
|
||||
"port": "8088"
|
||||
"frontend-url": "http://localhost:4200",
|
||||
"backend-port": "8088"
|
||||
},
|
||||
"Encryption": {
|
||||
"use-encryption": false,
|
||||
|
||||
Reference in New Issue
Block a user