diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-29 11:11:08 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-29 11:11:08 +0000 |
commit | 1990c154e920a350654d0ae6e02071950e595a01 (patch) | |
tree | 4ed30aa20a3703fa7380c21765e507641c426f49 | |
parent | 1ed5fb5e98220c2a96f1743490d7fef821bd9114 (diff) |
Update configuration
-rw-r--r-- | setup/config/config_global.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/config/config_global.go b/setup/config/config_global.go index 801c6845..511951fe 100644 --- a/setup/config/config_global.go +++ b/setup/config/config_global.go @@ -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"` |