mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-18 15:50:52 +01:00
Fix AppService bind addrs in test (#805)
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
This commit is contained in:
parent
880545bfa8
commit
d45f869cdd
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ func MakeConfig(configDir, kafkaURI, database, host string, startPort int) (*con
|
||||||
// Bind to the same address as the listen address
|
// Bind to the same address as the listen address
|
||||||
// All microservices are run on the same host in testing
|
// All microservices are run on the same host in testing
|
||||||
cfg.Bind.ClientAPI = cfg.Listen.ClientAPI
|
cfg.Bind.ClientAPI = cfg.Listen.ClientAPI
|
||||||
|
cfg.Bind.AppServiceAPI = cfg.Listen.AppServiceAPI
|
||||||
cfg.Bind.FederationAPI = cfg.Listen.FederationAPI
|
cfg.Bind.FederationAPI = cfg.Listen.FederationAPI
|
||||||
cfg.Bind.MediaAPI = cfg.Listen.MediaAPI
|
cfg.Bind.MediaAPI = cfg.Listen.MediaAPI
|
||||||
cfg.Bind.RoomServer = cfg.Listen.RoomServer
|
cfg.Bind.RoomServer = cfg.Listen.RoomServer
|
||||||
|
|
Loading…
Reference in a new issue