Remove old Options

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

View file

@ -7,13 +7,13 @@ 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 {
Address string ID string
Name string Address string
Name string
FFmpegPath string
} }