X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosody;h=00fde04cd4243410d5032835493085e460dac0d0;hb=c05e0d15b627362d1c7a1689b50b2a7e320f33f2;hp=da77719daf317b8a99ca08f1a89af71b40299a5e;hpb=bd91c158fdd4dca695a612c97b207af38420ae7d;p=prosody.git diff --git a/prosody b/prosody index da77719d..00fde04c 100755 --- a/prosody +++ b/prosody @@ -70,6 +70,8 @@ function read_config() if CFG_CONFIGDIR then table.insert(filenames, CFG_CONFIGDIR.."/"..arg[2]); end + elseif os.getenv("PROSODY_CONFIG") then -- Passed by prosodyctl + table.insert(filenames, os.getenv("PROSODY_CONFIG")); else for _, format in ipairs(config.parsers()) do table.insert(filenames, (CFG_CONFIGDIR or ".").."/prosody.cfg."..format);