changed default mime detection size maximum
This commit is contained in:
		
							parent
							
								
									af41be0eb6
								
							
						
					
					
						commit
						d96e1b7fea
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -46,7 +46,7 @@ func setDefaults() {
 | 
			
		|||
	viper.SetDefault("db.debug", false)
 | 
			
		||||
	// Others
 | 
			
		||||
	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("debug", false)
 | 
			
		||||
  // UI Interface info
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue