also allow db.disableCache
				
					
				
			This commit is contained in:
		
							parent
							
								
									16601fa766
								
							
						
					
					
						commit
						955fda6e1c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -438,7 +438,7 @@ function applyEnvOverrides(config: Source) {
 | 
				
			||||||
	// these are all the settings that can be overridden
 | 
						// these are all the settings that can be overridden
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	_apply_top([['url', 'port', 'socket', 'chmodSocket', 'disableHsts', 'id', 'dbReplications']]);
 | 
						_apply_top([['url', 'port', 'socket', 'chmodSocket', 'disableHsts', 'id', 'dbReplications']]);
 | 
				
			||||||
	_apply_top(['db', ['host', 'port', 'db', 'user', 'pass']]);
 | 
						_apply_top(['db', ['host', 'port', 'db', 'user', 'pass', 'disableCache']]);
 | 
				
			||||||
	_apply_top(['dbSlaves', Array.from((config.dbSlaves ?? []).keys()), ['host', 'port', 'db', 'user', 'pass']]);
 | 
						_apply_top(['dbSlaves', Array.from((config.dbSlaves ?? []).keys()), ['host', 'port', 'db', 'user', 'pass']]);
 | 
				
			||||||
	_apply_top([
 | 
						_apply_top([
 | 
				
			||||||
		['redis', 'redisForPubsub', 'redisForJobQueue', 'redisForTimelines'],
 | 
							['redis', 'redisForPubsub', 'redisForJobQueue', 'redisForTimelines'],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue