mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	allow overriding setupPassword via env
				
					
				
			not sure how useful this is, but let's keep complete coverage
This commit is contained in:
		
							parent
							
								
									910d166e1c
								
							
						
					
					
						commit
						f9912e4ae5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -496,5 +496,5 @@ function applyEnvOverrides(config: Source) {
 | 
				
			||||||
	_apply_top([['outgoingAddress', 'outgoingAddressFamily', 'proxy', 'proxySmtp', 'mediaProxy', 'proxyRemoteFiles', 'videoThumbnailGenerator']]);
 | 
						_apply_top([['outgoingAddress', 'outgoingAddressFamily', 'proxy', 'proxySmtp', 'mediaProxy', 'proxyRemoteFiles', 'videoThumbnailGenerator']]);
 | 
				
			||||||
	_apply_top([['maxFileSize', 'maxNoteLength', 'maxRemoteNoteLength', 'maxAltTextLength', 'maxRemoteAltTextLength', 'pidFile']]);
 | 
						_apply_top([['maxFileSize', 'maxNoteLength', 'maxRemoteNoteLength', 'maxAltTextLength', 'maxRemoteAltTextLength', 'pidFile']]);
 | 
				
			||||||
	_apply_top(['import', ['downloadTimeout', 'maxFileSize']]);
 | 
						_apply_top(['import', ['downloadTimeout', 'maxFileSize']]);
 | 
				
			||||||
	_apply_top([['signToActivityPubGet', 'checkActivityPubGetSignature']]);
 | 
						_apply_top([['signToActivityPubGet', 'checkActivityPubGetSignature', 'setupPassword']]);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue