mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	- Hooks registry - D&P CT migrations - i18N CT migrations - Umzug with js / sql migrations - Eslint updates
		
			
				
	
	
		
			11 lines
		
	
	
		
			126 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			126 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
module.exports = {
 | 
						|
  default: {
 | 
						|
    dsn: null,
 | 
						|
    sendMetadata: true,
 | 
						|
    init: {},
 | 
						|
  },
 | 
						|
  validator() {},
 | 
						|
};
 |