mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	Delete log
This commit is contained in:
		
							parent
							
								
									238c0c8141
								
							
						
					
					
						commit
						806904c498
					
				@ -29,8 +29,6 @@ module.exports = (scope, success, error) => {
 | 
			
		||||
 | 
			
		||||
  connectOptions.ssl = ssl ? true : false;
 | 
			
		||||
 | 
			
		||||
  console.log(connectOptions);
 | 
			
		||||
 | 
			
		||||
  Mongoose.connect(`mongodb://${scope.database.settings.host}:${scope.database.settings.port}/${scope.database.settings.database}`, connectOptions, function (err) {
 | 
			
		||||
    if (err) {
 | 
			
		||||
      logger.warn('Database connection has failed! Make sure your database is running.');
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user