Kubernetes fixups according to #157

This commit is contained in:
2024-06-09 11:21:13 +02:00
parent 7ea1c0b205
commit 0b0ba4718c
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ import (
type Config struct {
CurrentLogFile string
LogPath string `yaml:"log_path"`
BaseURL string `yaml:"base_url"`
Host string `yaml:"host"`
Port int `yaml:"port"`
DownloadPath string `yaml:"downloadPath"`