scansion: Silence an error from cert indexer due to missing certs dir

This commit is contained in:
Kim Alvefur 2021-05-27 15:49:57 +02:00
parent da83a74810
commit 36ea4c5717

View file

@ -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