mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Fixing small space missing in sample config file (#28967)
This commit is contained in:
		
					parent
					
						
							
								d9b3849454
							
						
					
				
			
			
				commit
				
					
						dfc1ae15b6
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -431,7 +431,7 @@ SECRET_KEY =
 | 
				
			||||||
;SECRET_KEY_URI = file:/etc/gitea/secret_key
 | 
					;SECRET_KEY_URI = file:/etc/gitea/secret_key
 | 
				
			||||||
;;
 | 
					;;
 | 
				
			||||||
;; Secret used to validate communication within Gitea binary.
 | 
					;; Secret used to validate communication within Gitea binary.
 | 
				
			||||||
INTERNAL_TOKEN=
 | 
					INTERNAL_TOKEN =
 | 
				
			||||||
;;
 | 
					;;
 | 
				
			||||||
;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one
 | 
					;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one
 | 
				
			||||||
;INTERNAL_TOKEN_URI = file:/etc/gitea/internal_token
 | 
					;INTERNAL_TOKEN_URI = file:/etc/gitea/internal_token
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue