Fix config

This commit is contained in:
Neil Alexander 2022-11-14 13:56:31 +00:00
parent 9e8a4cf491
commit 344c238a42
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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"`