Fix config
This commit is contained in:
parent
9e8a4cf491
commit
344c238a42
|
@ -16,7 +16,7 @@ type Global struct {
|
|||
ServerName gomatrixserverlib.ServerName `yaml:"server_name"`
|
||||
|
||||
// The secondary server names, used for virtual hosting.
|
||||
SecondaryServerNames []gomatrixserverlib.ServerName `yaml:"-"`
|
||||
SecondaryServerNames []gomatrixserverlib.ServerName `yaml:"secondary_server_names"`
|
||||
|
||||
// Path to the private key which will be used to sign requests and events.
|
||||
PrivateKeyPath Path `yaml:"private_key"`
|
||||
|
|
Loading…
Reference in a new issue