changed default mime detection size maximum

This commit is contained in:
Johannes Bülow 2025-06-13 19:35:29 +02:00
parent af41be0eb6
commit d96e1b7fea
Signed by: jmb
GPG key ID: B56971CF7B8F83A6

View file

@ -46,7 +46,7 @@ func setDefaults() {
viper.SetDefault("db.debug", false) viper.SetDefault("db.debug", false)
// Others // Others
viper.SetDefault("processing.oleurl", "http://localhost:5000") viper.SetDefault("processing.oleurl", "http://localhost:5000")
viper.SetDefault("processing.maxmimesize", "0") viper.SetDefault("processing.maxmimesize", "100MB")
viper.SetDefault("store.path", "./storage/files/") viper.SetDefault("store.path", "./storage/files/")
viper.SetDefault("debug", false) viper.SetDefault("debug", false)
// UI Interface info // UI Interface info