Rebrand collaboration
This commit is contained in:
@@ -107,8 +107,8 @@ func EnsureDefaults(cfg *config.Config) {
|
||||
}
|
||||
|
||||
// Copy the app name into the product name if empty.
|
||||
// This is for the upgrade from OCIS 6 to 7 where we didn't have product
|
||||
// name and the app name was acting as such. From OCIS 7, the product name
|
||||
// This is for the upgrade from OpenCloud 6 to 7 where we didn't have product
|
||||
// name and the app name was acting as such. From OpenCloud 7, the product name
|
||||
// should be set manually in the configuration.
|
||||
if cfg.App.Product == "" {
|
||||
cfg.App.Product = cfg.App.Name
|
||||
|
||||
Reference in New Issue
Block a user