mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	#3078 update default app.ini
This commit is contained in:
		@@ -58,7 +58,7 @@ HTTP_PORT = 3000
 | 
				
			|||||||
; Local (DMZ) URL for Gogs workers (such as SSH update) accessing web service.
 | 
					; Local (DMZ) URL for Gogs workers (such as SSH update) accessing web service.
 | 
				
			||||||
; In most cases you do not need to change the default value.
 | 
					; In most cases you do not need to change the default value.
 | 
				
			||||||
; Alter it only if your SSH server node is not the same as HTTP node.
 | 
					; Alter it only if your SSH server node is not the same as HTTP node.
 | 
				
			||||||
LOCAL_ROOT_URL = http://localhost:%(HTTP_PORT)s/
 | 
					LOCAL_ROOT_URL = %(PROTOCOL)s://localhost:%(HTTP_PORT)s/
 | 
				
			||||||
; Disable SSH feature when not available
 | 
					; Disable SSH feature when not available
 | 
				
			||||||
DISABLE_SSH = false
 | 
					DISABLE_SSH = false
 | 
				
			||||||
; Whether use builtin SSH server or not.
 | 
					; Whether use builtin SSH server or not.
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user