diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 18:01:27 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 18:01:27 +1000 |
| commit | a90739089110e9f92653792bb1f23888ad734a79 (patch) | |
| tree | cf7b364140e560d4e062607e1ec71567cf843360 /config.json | |
| parent | ce3008222e924902352d697b45626aebd8980af1 (diff) | |
Add support for transcoding
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": "", |
