From a90739089110e9f92653792bb1f23888ad734a79 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 22 Mar 2020 18:01:27 +1000 Subject: Add support for transcoding --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index a94b54d..bdf24f5 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,8 @@ ], "server": { "host": "0.0.0.0", - "port": 8000 + "port": 8000, + "upload_path": "uploads" }, "feed": { "external_url": "", -- cgit v1.2.3