forked from External/ergo
Allow multiple account registrations for testing
This commit is contained in:
parent
8e32098f1f
commit
c48d869f4d
4 changed files with 43 additions and 5 deletions
|
|
@ -74,6 +74,7 @@ type AccountRegistrationConfig struct {
|
|||
VerifyMessage string `yaml:"verify-message"`
|
||||
}
|
||||
}
|
||||
AllowMultiplePerConnection bool `yaml:"allow-multiple-per-connection"`
|
||||
}
|
||||
|
||||
// ChannelRegistrationConfig controls channel registration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue