1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-16 07:18:37 +00:00

Remove env user salt since no need to use (#1515)

* remove env user salt since no need to use

* remove unused variable from update.go
This commit is contained in:
Lunny Xiao
2017-05-06 21:21:22 +08:00
committed by Bo-Yi Wu
parent 9a0b0da1fe
commit 930d1759ae
3 changed files with 0 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ import (
const (
EnvRepoName = "GITEA_REPO_NAME"
EnvRepoUsername = "GITEA_REPO_USER_NAME"
EnvRepoUserSalt = "GITEA_REPO_USER_SALT"
EnvRepoIsWiki = "GITEA_REPO_IS_WIKI"
EnvPusherName = "GITEA_PUSHER_NAME"
EnvPusherID = "GITEA_PUSHER_ID"