env var GITEA_PUSHER_EMAIL (#4516)

* env var GITEA_PUSHER_EMAIL

* set pusher email only if email address is not private
This commit is contained in:
Lukas Treyer 2018-07-26 18:38:55 +02:00 committed by Lauris BH
parent a847d16f5b
commit be4ec0cbba
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@ const (
EnvRepoUsername = "GITEA_REPO_USER_NAME"
EnvRepoIsWiki = "GITEA_REPO_IS_WIKI"
EnvPusherName = "GITEA_PUSHER_NAME"
EnvPusherEmail = "GITEA_PUSHER_EMAIL"
EnvPusherID = "GITEA_PUSHER_ID"
)