mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Use new prosody namespace in import
This commit is contained in:
parent
30f791386b
commit
0b5df6bdac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue