Update upload provider error message
Fixes #1107. Signed-off-by: Daan Sprenkels <hello@dsprenkels.com>
This commit is contained in:
		
							parent
							
								
									f492fea418
								
							
						
					
					
						commit
						8835a09d95
					
				@ -165,7 +165,7 @@ if (config.sessionSecret === 'secret') {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Validate upload upload providers
 | 
					// Validate upload upload providers
 | 
				
			||||||
if (['filesystem', 's3', 'minio', 'imgur', 'azure'].indexOf(config.imageUploadType) === -1) {
 | 
					if (['filesystem', 's3', 'minio', 'imgur', 'azure'].indexOf(config.imageUploadType) === -1) {
 | 
				
			||||||
  logger.error('"imageuploadtype" is not correctly set. Please use "filesystem", "s3", "minio", "azure" or "imgur". Defaulting to "imgur"')
 | 
					  logger.error('"imageuploadtype" is not correctly set. Please use "filesystem", "s3", "minio", "azure" or "imgur". Defaulting to "filesystem"')
 | 
				
			||||||
  config.imageUploadType = 'filesystem'
 | 
					  config.imageUploadType = 'filesystem'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user