mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-02 19:04:38 +00:00 
			
		
		
		
	- Hooks registry - D&P CT migrations - i18N CT migrations - Umzug with js / sql migrations - Eslint updates
		
			
				
	
	
		
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  default: {
 | 
						|
    enabled: true,
 | 
						|
    provider: 'local',
 | 
						|
    providerOptions: {
 | 
						|
      sizeLimit: 1000000,
 | 
						|
    },
 | 
						|
    actionOptions: {},
 | 
						|
  },
 | 
						|
  validator() {},
 | 
						|
};
 |