forked from forgejo/forgejo
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:
parent
9a0b0da1fe
commit
930d1759ae
3 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue