mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Silence an error from cert indexer due to missing certs dir
This commit is contained in:
parent
da83a74810
commit
36ea4c5717
1 changed files with 4 additions and 1 deletions
|
@ -92,7 +92,10 @@ external_services = {
|
|||
modules_disabled = {
|
||||
"s2s";
|
||||
}
|
||||
certificate = "certs"
|
||||
|
||||
-- TLS is not used during the test, set certificate dir to the config directory
|
||||
-- (spec/scansion) to silence an error from the certificate indexer
|
||||
certificate = "."
|
||||
|
||||
allow_registration = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue