chore: Update appsettings.json
All checks were successful
CI / validateComposeSyntax (push) Successful in 18s

This commit is contained in:
LRVT 2025-05-27 18:09:40 +02:00 committed by GitHub
parent bbf2337375
commit fc5b967664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,12 @@
"SiteKey": "<Your SITE_KEY>",
"SecretKey": "<Your SECRET_KEY>"
},
"Registries": {
"ghcr.io": {
"UserName": "your-username",
"Password": "ghp_..."
}
},
"ForwardedOptions": {
"ForwardedHeaders": 7,
"ForwardLimit": 1,