Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 11589:fb854431d6c4
scansion: Really silence the certificates dir error
certificate_s_, plural, is the directory setting
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 May 2021 00:17:44 +0200 |
parent | 11588:1d59fd55d2f6 |
child | 11666:b92a3e166ac3 |
comparison
equal
deleted
inserted
replaced
11588:1d59fd55d2f6 | 11589:fb854431d6c4 |
---|---|
93 "s2s"; | 93 "s2s"; |
94 } | 94 } |
95 | 95 |
96 -- TLS is not used during the test, set certificate dir to the config directory | 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 | 97 -- (spec/scansion) to silence an error from the certificate indexer |
98 certificate = "." | 98 certificates = "." |
99 | 99 |
100 allow_registration = false | 100 allow_registration = false |
101 | 101 |
102 c2s_require_encryption = false | 102 c2s_require_encryption = false |
103 allow_unencrypted_plain_auth = true | 103 allow_unencrypted_plain_auth = true |