refactor: rename whitelist_hosts config key to allowlist_hosts
All checks were successful
check / check (push) Successful in 4s

This commit is contained in:
2026-08-07 22:24:18 +07:00
parent 43b9f1cb59
commit 3dc1999543
6 changed files with 16 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ func (s *Handlers) initImageService() error {
Cache: cache,
FetcherConfig: fetcherCfg,
SigningKey: s.config.SigningKey,
Allowlist: s.config.WhitelistHosts,
Allowlist: s.config.AllowlistHosts,
Logger: s.log,
})
if err != nil {