Skip to content

Commit fc5b967

Browse files
authored
chore: Update appsettings.json
1 parent bbf2337 commit fc5b967

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/gzctf/appsettings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"SiteKey": "<Your SITE_KEY>",
3232
"SecretKey": "<Your SECRET_KEY>"
3333
},
34+
"Registries": {
35+
"ghcr.io": {
36+
"UserName": "your-username",
37+
"Password": "ghp_..."
38+
}
39+
},
3440
"ForwardedOptions": {
3541
"ForwardedHeaders": 7,
3642
"ForwardLimit": 1,

0 commit comments

Comments
 (0)