diff --git a/config/config.go b/config/config.go index cf61b60..a09884c 100644 --- a/config/config.go +++ b/config/config.go @@ -7,13 +7,13 @@ type Config struct { } type Server struct { - Address string - Database string - HealthCheckCommand string - TranscodeCommand string + Address string + Database string } type Worker struct { - Address string - Name string + ID string + Address string + Name string + FFmpegPath string }