ng: Apply previous two changes to 0.12 config as well

This commit is contained in:
Kim Alvefur 2023-02-24 14:21:49 +01:00
parent 2a8ec06934
commit bfa98dcb30

View file

@ -221,12 +221,13 @@ archive_expires_after = (ENV_PROSODY_ARCHIVE_EXPIRY_DAYS or ENV_PROSODY_RETENTIO
-- Logging configuration
-- For advanced logging see https://prosody.im/doc/logging
log = {
[ENV_PROSODY_LOGLEVEL or "info"] = "*stdout";
[ENV_PROSODY_LOGLEVEL or "info"] = "*console";
}
-- For more info see https://prosody.im/doc/statistics
statistics = ENV_PROSODY_STATISTICS
statistics_interval = tonumber(ENV_PROSODY_STATISTICS_INTERVAL) or ENV_PROSODY_STATISTICS_INTERVAL
-- Certificates