mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Add config option
This commit is contained in:
parent
88dbe945f6
commit
792b4142df
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue