#120: adding a certs directory to avoid Prosody error logs.

This commit is contained in:
John Livingston
2022-12-06 17:19:53 +01:00
parent 34ebfb4c67
commit 24696acdbe
5 changed files with 18 additions and 1 deletions

View File

@ -5,6 +5,7 @@ interface ProsodyFilePaths {
log: string
config: string
data: string
certs: string
modules: string
avatars: string
exec: string