Fix dendrite-demo-pinecone, /_dendrite namespace setup

This commit is contained in:
Neil Alexander 2022-12-01 10:45:15 +00:00
parent 1be0afa181
commit 934056f21f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 25 additions and 17 deletions

View file

@ -144,6 +144,7 @@ func main() {
cfg.Global.KeyID = gomatrixserverlib.KeyID(signing.KeyID)
base := base.NewBaseDendrite(cfg, "Monolith")
base.ConfigureAdminEndpoints()
defer base.Close() // nolint: errcheck
ygg, err := yggconn.Setup(sk, *instanceName, ".", *instancePeer, *instanceListen)