Add comment to explain SuperAdminNewUsers property on AuthConfig
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>pull/3806/head
parent
803c1dbbe3
commit
2397889262
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue