mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +00:00 
			
		
		
		
	Add INTERNAL_TOKEN to integration .ini file (#2346)
Avoids override of source file upon running `make test-pgsql` Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none is found; the other ini files under integration/ all have an INTERNAL_TOKEN
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							53e6c947f1
						
					
				
				
					commit
					951c909a67
				
			@@ -55,3 +55,4 @@ LEVEL = Debug
 | 
				
			|||||||
[security]
 | 
					[security]
 | 
				
			||||||
INSTALL_LOCK = true
 | 
					INSTALL_LOCK = true
 | 
				
			||||||
SECRET_KEY   = 9pCviYTWSb
 | 
					SECRET_KEY   = 9pCviYTWSb
 | 
				
			||||||
 | 
					INTERNAL_TOKEN = test
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user