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 {
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
}