Add config option

This commit is contained in:
Neil Alexander 2022-11-10 10:50:05 +00:00
parent 88dbe945f6
commit 792b4142df
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:"-"`
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"`