mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	* Set RUN_MODE prod by default (#13765) I think it's a bad default to have "dev" as the default run mode which enables debugging and now also disables HTTP caching. It's better to just default to a value suitable for general deployments. Co-authored-by: techknowlogick <techknowlogick@gitea.io> * flip default in checkRunMode Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -8,8 +8,8 @@
 | 
			
		||||
APP_NAME = Gitea: Git with a cup of tea
 | 
			
		||||
; Change it if you run locally
 | 
			
		||||
RUN_USER = git
 | 
			
		||||
; Either "dev", "prod" or "test", default is "dev"
 | 
			
		||||
RUN_MODE = dev
 | 
			
		||||
; Application run mode, affects performance and debugging. Either "dev", "prod" or "test", default is "prod"
 | 
			
		||||
RUN_MODE = prod
 | 
			
		||||
 | 
			
		||||
[project]
 | 
			
		||||
; Default templates for project boards
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user