mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Docs: The WOODPECKER_ADMIN environment variable is singular. (#1699)
This commit is contained in:
parent
4b4d078377
commit
6af9371011
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ type User struct {
|
|||
|
||||
// Admin indicates the user is a system administrator.
|
||||
//
|
||||
// NOTE: If the username is part of the WOODPECKER_ADMINS
|
||||
// NOTE: If the username is part of the WOODPECKER_ADMIN
|
||||
// environment variable this value will be set to true on login.
|
||||
Admin bool `json:"admin,omitempty" xorm:"user_admin"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue