fix: disable misconfigured default expiration date public links

This commit is contained in:
Benedikt Kulmann
2022-08-30 11:36:28 +02:00
committed by Ralf Haferkamp
parent 21470ab392
commit 0341097430
2 changed files with 7 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
},
},
"expire_date": map[string]interface{}{
"enabled": true,
"enabled": false,
},
"can_edit": true,
},