From b554c7db83c76aa40ad53e108e1a0ce5d3c00acd Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Fri, 17 Feb 2023 12:35:08 -0800 Subject: [PATCH] Fix doc name for LUA config param (#339) Signed-off-by: James Hillyerd --- doc/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.md b/doc/config.md index 4d11a1a..c8a07ae 100644 --- a/doc/config.md +++ b/doc/config.md @@ -9,7 +9,7 @@ variables it supports: KEY DEFAULT DESCRIPTION INBUCKET_LOGLEVEL info debug, info, warn, or error - INBUCKET_LUA_SCRIPT inbucket.lua Lua script path + INBUCKET_LUA_PATH inbucket.lua Lua script path INBUCKET_MAILBOXNAMING local Use local, full, or domain addressing INBUCKET_SMTP_ADDR 0.0.0.0:2500 SMTP server IP4 host:port INBUCKET_SMTP_DOMAIN inbucket HELO domain @@ -59,7 +59,7 @@ off with `warn` or `error`. ### Lua Script -`INBUCKET_LUA_SCRIPT` +`INBUCKET_LUA_PATH` This is the path to the (optional) Inbucket Lua script. If the specified file is present, Inbucket will load it during startup. Ignored if the file is not