mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
Overwrite server_key_api listen in monolith hybrid mode
This commit is contained in:
parent
80be97e5af
commit
2e83bf212f
|
|
@ -60,6 +60,7 @@ func main() {
|
|||
cfg.Listen.EDUServer = addr
|
||||
cfg.Listen.AppServiceAPI = addr
|
||||
cfg.Listen.FederationSender = addr
|
||||
cfg.Listen.ServerKeyAPI = addr
|
||||
}
|
||||
|
||||
base := basecomponent.NewBaseDendrite(cfg, "Monolith", *enableHTTPAPIs)
|
||||
|
|
|
|||
Loading…
Reference in a new issue