Config for stash-box instances (#748)

This commit is contained in:
InfiniteTF
2020-09-14 09:13:35 +02:00
committed by GitHub
parent b527a8d137
commit 03f5e1a442
8 changed files with 215 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ func makeConfigGeneralResult() *models.ConfigGeneralResult {
Excludes: config.GetExcludes(),
ScraperUserAgent: &scraperUserAgent,
ScraperCDPPath: &scraperCDPPath,
StashBoxes: config.GetStashBoxes(),
}
}