Tweak global

This commit is contained in:
Neil Alexander 2022-11-11 11:23:39 +00:00
parent 9f4c3c3af5
commit 7e7edb4885
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -15,7 +15,7 @@ type Global struct {
ServerName gomatrixserverlib.ServerName `yaml:"server_name"`
// The secondary server names, used for virtual hosting.
SecondaryServerNames []gomatrixserverlib.ServerName `yaml:"secondary_server_names"`
SecondaryServerNames []gomatrixserverlib.ServerName `yaml:"-"`
// Path to the private key which will be used to sign requests and events.
PrivateKeyPath Path `yaml:"private_key"`