mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-24 07:13:09 -06:00
Rename ServerKeyAPI -> SigningKeyServer
This commit is contained in:
parent
7425d33343
commit
3243a42a49
|
|
@ -33,6 +33,6 @@ func main() {
|
||||||
base.Cfg.SigningKeyServer.InternalAPI.Listen,
|
base.Cfg.SigningKeyServer.InternalAPI.Listen,
|
||||||
setup.NoListener,
|
setup.NoListener,
|
||||||
nil, nil,
|
nil, nil,
|
||||||
base.Cfg.ServerKeyAPI.Database,
|
base.Cfg.SigningKeyServer.Database,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue