mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Cap mongodb at 4.1.0 in response to whatwg-url err
This commit is contained in:
		
							parent
							
								
									df381abb7b
								
							
						
					
					
						commit
						354280298a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3231,7 +3231,7 @@ function mainStart() {
 | 
			
		|||
        if (config.settings.mqtt != null) { modules.push('aedes@0.39.0'); } // Add MQTT Modules
 | 
			
		||||
        if (config.settings.mysql != null) { modules.push('mysql'); } // Add MySQL.
 | 
			
		||||
        //if (config.settings.mysql != null) { modules.push('@mysql/xdevapi'); } // Add MySQL, official driver (https://dev.mysql.com/doc/dev/connector-nodejs/8.0/)
 | 
			
		||||
        if (config.settings.mongodb != null) { modules.push('mongodb'); modules.push('saslprep'); } // Add MongoDB, official driver.
 | 
			
		||||
        if (config.settings.mongodb != null) { modules.push('mongodb@4.1.0'); modules.push('saslprep'); } // Add MongoDB, official driver.
 | 
			
		||||
        if (config.settings.mariadb != null) { modules.push('mariadb'); } // Add MariaDB, official driver.
 | 
			
		||||
        if (config.settings.vault != null) { modules.push('node-vault'); } // Add official HashiCorp's Vault module.
 | 
			
		||||
        if (config.settings.plugins != null) {  modules.push('semver'); } // Required for version compat testing and update checks
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue