Changed settings length struct
parent
76bb6332c9
commit
371197a5dd
|
@ -39,6 +39,11 @@ type rabbitmq struct {
|
|||
|
||||
type settings struct {
|
||||
ExpiredTime int
|
||||
DefaultLanguageId int
|
||||
Lengths settingsLengths `toml:"lengths"`
|
||||
}
|
||||
|
||||
type settingsLengths struct {
|
||||
UsernameMinLen int
|
||||
UsernameMaxLen int
|
||||
EmailMinLen int
|
||||
|
|
Loading…
Reference in New Issue