Add comment to explain SuperAdminNewUsers property on AuthConfig

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
pull/3806/head
Alirie Gray 2018-07-10 11:47:18 -07:00
parent 803c1dbbe3
commit 2397889262
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ type Config struct {
// AuthConfig is the global application config section for auth parameters
type AuthConfig struct {
// SuperAdminNewUsers configuration option that specifies which users will auto become super admin
SuperAdminNewUsers bool `json:"superAdminNewUsers"`
}