Restore test

This commit is contained in:
2023-03-09 23:24:03 +10:30
parent 3d72b8b16a
commit f2c05d0144
2 changed files with 112 additions and 62 deletions

View File

@@ -57,6 +57,7 @@ type ConfigService struct {
func (cs *ConfigService) LoadTestConfig() {
cs.LoadDefaultConfig()
cs.Config.Server.DownloadPath = "/tmp"
cs.Config.DownloadProfiles = []DownloadProfile{{Name: "test profile", Command: "sleep", Args: []string{"5"}}}
}