scansion: Use new prosody namespace in import

This commit is contained in:
Kim Alvefur 2023-12-17 16:41:27 +01:00
parent 30f791386b
commit 0b5df6bdac

View file

@ -3,7 +3,7 @@
admins = { "admin@localhost" }
network_backend = ENV_PROSODY_NETWORK_BACKEND or "epoll"
network_settings = require"util.json".decode(ENV_PROSODY_NETWORK_SETTINGS or "{}")
network_settings = require"prosody.util.json".decode(ENV_PROSODY_NETWORK_SETTINGS or "{}")
modules_enabled = {
-- Generally required