0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-27 21:38:54 +02:00

Update configuration

This commit is contained in:
Neil Alexander 2022-11-29 11:11:08 +00:00
parent 1ed5fb5e98
commit 1990c154e9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -17,7 +17,7 @@ type Global struct {
gomatrixserverlib.SigningIdentity `yaml:",inline"`
// The secondary server names, used for virtual hosting.
VirtualHosts []*VirtualHost `yaml:"virtual_hosts"`
VirtualHosts []*VirtualHost `yaml:"-"`
// Path to the private key which will be used to sign requests and events.
PrivateKeyPath Path `yaml:"private_key"`