Remove old Options
This commit is contained in:
parent
956c8f3a20
commit
04a1bb4ccb
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue