Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 11588:1d59fd55d2f6
scansion: Silence an error from cert indexer due to missing certs dir
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 May 2021 15:49:57 +0200 |
parent | 11585:057ce005937e |
child | 11589:fb854431d6c4 |
comparison
equal
deleted
inserted
replaced
11587:ce7c52a6d650 | 11588:1d59fd55d2f6 |
---|---|
90 } | 90 } |
91 | 91 |
92 modules_disabled = { | 92 modules_disabled = { |
93 "s2s"; | 93 "s2s"; |
94 } | 94 } |
95 certificate = "certs" | 95 |
96 -- TLS is not used during the test, set certificate dir to the config directory | |
97 -- (spec/scansion) to silence an error from the certificate indexer | |
98 certificate = "." | |
96 | 99 |
97 allow_registration = false | 100 allow_registration = false |
98 | 101 |
99 c2s_require_encryption = false | 102 c2s_require_encryption = false |
100 allow_unencrypted_plain_auth = true | 103 allow_unencrypted_plain_auth = true |