From fc5b96766482e95de18e61b07985d11b15e19e27 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 27 May 2025 18:09:40 +0200 Subject: [PATCH] chore: Update appsettings.json --- examples/gzctf/appsettings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/gzctf/appsettings.json b/examples/gzctf/appsettings.json index 7e8bf08..d4d0587 100644 --- a/examples/gzctf/appsettings.json +++ b/examples/gzctf/appsettings.json @@ -31,6 +31,12 @@ "SiteKey": "", "SecretKey": "" }, + "Registries": { + "ghcr.io": { + "UserName": "your-username", + "Password": "ghp_..." + } + }, "ForwardedOptions": { "ForwardedHeaders": 7, "ForwardLimit": 1,