mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Working on install page
This commit is contained in:
		| @@ -38,6 +38,8 @@ var ( | ||||
| 	RunUser      string | ||||
| 	RepoRootPath string | ||||
|  | ||||
| 	InstallLock bool | ||||
|  | ||||
| 	EnableHttpsClone bool | ||||
|  | ||||
| 	LogInRememberDays  int | ||||
| @@ -282,6 +284,8 @@ func NewConfigContext() { | ||||
| 		os.Exit(2) | ||||
| 	} | ||||
|  | ||||
| 	InstallLock = Cfg.MustBool("security", "INSTALL_LOCK", false) | ||||
|  | ||||
| 	EnableHttpsClone = Cfg.MustBool("security", "ENABLE_HTTPS_CLONE", false) | ||||
|  | ||||
| 	LogInRememberDays = Cfg.MustInt("security", "LOGIN_REMEMBER_DAYS") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user