docs(be): comments for config class

This commit is contained in:
Denis Gukov 2021-12-17 01:56:01 +05:00
parent b839c95573
commit 2554afa792

View File

@ -120,6 +120,7 @@ type ConfigType struct {
// Default both via environment variables and via extra vars.
VariablesPassingMethod VariablesPassingMethod `json:"variables_passing_method"`
// RegisterFirstUser allows register new user from web interface if no user exists in database.
RegisterFirstUser bool `json:"register_first_user"`
}