prosody: Allow specifying additional config include path via environment

This commit is contained in:
Matthew Wild 2021-03-17 15:22:30 +00:00
parent bd5329c84d
commit 3cab4faaf9
1 changed files with 1 additions and 1 deletions

View File

@ -241,4 +241,4 @@ Component ("share."..DOMAIN) "http_upload"
http_upload_file_size_limit = 1024 * 1024 * 16 -- 16MB
http_upload_expire_after = 60 * 60 * 24 * RETENTION_DAYS -- N days
Include "/snikket/prosody/*.cfg.lua"
Include (ENV_SNIKKET_TWEAK_EXTRA_CONFIG or "/snikket/prosody/*.cfg.lua")