mirror of
				https://gitcode.com/gitea/gitea.git
				synced 2025-11-01 01:36:12 +08:00 
			
		
		
		
	* fix: #1757 fix set MAX_CREATION_LIMIT as zero. * fix: missing default value
This commit is contained in:
		| @ -871,6 +871,7 @@ please consider changing to GITEA_CUSTOM`) | |||||||
| 	// Determine and create root git repository path. | 	// Determine and create root git repository path. | ||||||
| 	sec = Cfg.Section("repository") | 	sec = Cfg.Section("repository") | ||||||
| 	Repository.DisableHTTPGit = sec.Key("DISABLE_HTTP_GIT").MustBool() | 	Repository.DisableHTTPGit = sec.Key("DISABLE_HTTP_GIT").MustBool() | ||||||
|  | 	Repository.MaxCreationLimit = sec.Key("MAX_CREATION_LIMIT").MustInt(-1) | ||||||
| 	RepoRootPath = sec.Key("ROOT").MustString(path.Join(homeDir, "gitea-repositories")) | 	RepoRootPath = sec.Key("ROOT").MustString(path.Join(homeDir, "gitea-repositories")) | ||||||
| 	forcePathSeparator(RepoRootPath) | 	forcePathSeparator(RepoRootPath) | ||||||
| 	if !filepath.IsAbs(RepoRootPath) { | 	if !filepath.IsAbs(RepoRootPath) { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
					Bo-Yi Wu