mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Try to use in-memory for CI
This commit is contained in:
parent
ee6bfe24f5
commit
0f65b8a621
2 changed files with 3 additions and 8 deletions
|
@ -70,6 +70,7 @@ func main() {
|
|||
// don't hit matrix.org when running tests!!!
|
||||
cfg.SigningKeyServer.KeyPerspectives = config.KeyPerspectives{}
|
||||
cfg.UserAPI.BCryptCost = bcrypt.MinCost
|
||||
cfg.Global.JetStream.InMemory = true
|
||||
}
|
||||
|
||||
j, err := yaml.Marshal(cfg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue