This commit is contained in:
speatzle 2024-05-07 18:52:06 +02:00
parent 172bf636d6
commit a040d5d56c
6 changed files with 123 additions and 3 deletions

View file

@ -7,8 +7,10 @@ type Config struct {
}
type Server struct {
Address string
Database string
Address string
Database string
HealthCheckCommand string
TranscodeCommand string
}
type Worker struct {