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 --- app/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/config.go') diff --git a/app/config.go b/app/config.go index c2ecb45..ccf3542 100644 --- a/app/config.go +++ b/app/config.go @@ -20,8 +20,9 @@ type PathConfig struct { // ServerConfig settings for App Server. type ServerConfig struct { - Host string `json:"host"` - Port int `json:"port"` + Host string `json:"host"` + Port int `json:"port"` + UploadPath string `json:"upload_path"` } // FeedConfig settings for App Feed. -- cgit v1.2.3