Remove old Options
This commit is contained in:
parent
956c8f3a20
commit
04a1bb4ccb
1 changed files with 6 additions and 6 deletions
|
@ -9,11 +9,11 @@ type Config struct {
|
|||
type Server struct {
|
||||
Address string
|
||||
Database string
|
||||
HealthCheckCommand string
|
||||
TranscodeCommand string
|
||||
}
|
||||
|
||||
type Worker struct {
|
||||
ID string
|
||||
Address string
|
||||
Name string
|
||||
FFmpegPath string
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue