diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/config/config.go b/common/config/config.go index 9a29186a..e1e96f9d 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -229,6 +229,7 @@ type Dendrite struct { FederationSender Address `yaml:"federation_sender"` PublicRoomsAPI Address `yaml:"public_rooms_api"` EDUServer Address `yaml:"edu_server"` + KeyServer Address `yaml:"key_server"` } `yaml:"bind"` // The addresses for talking to other microservices. @@ -242,6 +243,7 @@ type Dendrite struct { FederationSender Address `yaml:"federation_sender"` PublicRoomsAPI Address `yaml:"public_rooms_api"` EDUServer Address `yaml:"edu_server"` + KeyServer Address `yaml:"key_server"` } `yaml:"listen"` // The config for tracing the dendrite servers. |