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