mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix typo in configuration (#5295)
Signed-off-by: Patrick Lühne <patrick@luehne.de>
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							e8b197d6f6
						
					
				
				
					commit
					c2f72b1346
				
			@@ -146,7 +146,7 @@ START_SSH_SERVER = false
 | 
				
			|||||||
BUILTIN_SSH_SERVER_USER =
 | 
					BUILTIN_SSH_SERVER_USER =
 | 
				
			||||||
; Domain name to be exposed in clone URL
 | 
					; Domain name to be exposed in clone URL
 | 
				
			||||||
SSH_DOMAIN = %(DOMAIN)s
 | 
					SSH_DOMAIN = %(DOMAIN)s
 | 
				
			||||||
; THe network interface the builtin SSH server should listen on
 | 
					; The network interface the builtin SSH server should listen on
 | 
				
			||||||
SSH_LISTEN_HOST =
 | 
					SSH_LISTEN_HOST =
 | 
				
			||||||
; Port number to be exposed in clone URL
 | 
					; Port number to be exposed in clone URL
 | 
				
			||||||
SSH_PORT = 22
 | 
					SSH_PORT = 22
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user