Remove old Options

This commit is contained in:
Samuel Lorch 2024-05-09 04:47:19 +02:00
parent 956c8f3a20
commit 04a1bb4ccb

View file

@ -9,11 +9,11 @@ type Config struct {
type Server struct { type Server struct {
Address string Address string
Database string Database string
HealthCheckCommand string
TranscodeCommand string
} }
type Worker struct { type Worker struct {
ID string
Address string Address string
Name string Name string
FFmpegPath string
} }