mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:06:18 +01:00 
			
		
		
		
	Update path related documents (#25417)
Update WorkPath/WORK_PATH related documents, remove out-dated information. Remove "StaticRootPath" on the admin config display page, because few end user really need it, it only causes misconfiguration.  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		| @@ -17,7 +17,7 @@ var ( | ||||
| 	// AppPath represents the path to the gitea binary | ||||
| 	AppPath string | ||||
|  | ||||
| 	// AppWorkPath is the "working directory" of Gitea. It maps to the environment variable GITEA_WORK_DIR. | ||||
| 	// AppWorkPath is the "working directory" of Gitea. It maps to the: WORK_PATH in app.ini, "--work-path" flag, environment variable GITEA_WORK_DIR. | ||||
| 	// If that is not set it is the default set here by the linker or failing that the directory of AppPath. | ||||
| 	// It is used as the base path for several other paths. | ||||
| 	AppWorkPath string | ||||
|   | ||||
		Reference in New Issue
	
	Block a user