Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
This commit is contained in:
Ralf Haferkamp
2025-11-05 11:16:15 +01:00
committed by Ralf Haferkamp
parent 177afc41c7
commit bb776c7556

View File

@@ -102,7 +102,7 @@ func EnsureCommons(cfg *config.Config) {
// make sure url signing secret is set and copy it to the commons part
// fall back to transfer secret for url signing secret to avoid
// issues when upgradin from an older release
// issues when upgrading from an older release
if cfg.URLSigningSecret == "" {
cfg.URLSigningSecret = cfg.TransferSecret
}