mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-11 22:49:21 -06:00
committed by
Ralf Haferkamp
parent
177afc41c7
commit
bb776c7556
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user