Remove deprecated extensions.apikey from zot config

The apikey extension was deprecated in zot v2.1.13 — API key
management is now configured under http.auth.apikey, which was
already set.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-21 11:08:25 -08:00
commit 20564db358

View file

@ -76,9 +76,6 @@
},
"ui": {
"enable": true
},
"apikey": {
"enable": true
}
}
}