mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	clean up
This commit is contained in:
		
							parent
							
								
									f53cffaeb2
								
							
						
					
					
						commit
						7258888e76
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -68,8 +68,6 @@ type Source = { | |||
| 
 | ||||
| 	maxFileSize?: number; | ||||
| 
 | ||||
| 	accesslog?: string; | ||||
| 
 | ||||
| 	clusterLimit?: number; | ||||
| 
 | ||||
| 	id: string; | ||||
|  | @ -132,7 +130,6 @@ export type Config = { | |||
| 	proxyBypassHosts: string[] | undefined; | ||||
| 	allowedPrivateNetworks: string[] | undefined; | ||||
| 	maxFileSize: number | undefined; | ||||
| 	accesslog: string | undefined; | ||||
| 	clusterLimit: number | undefined; | ||||
| 	id: string; | ||||
| 	outgoingAddress: string | undefined; | ||||
|  | @ -236,7 +233,6 @@ export function loadConfig(): Config { | |||
| 		proxyBypassHosts: config.proxyBypassHosts, | ||||
| 		allowedPrivateNetworks: config.allowedPrivateNetworks, | ||||
| 		maxFileSize: config.maxFileSize, | ||||
| 		accesslog: config.accesslog, | ||||
| 		clusterLimit: config.clusterLimit, | ||||
| 		outgoingAddress: config.outgoingAddress, | ||||
| 		outgoingAddressFamily: config.outgoingAddressFamily, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue