From 581c1c0c0a14378840651ec4e145a093269ddb8c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 29 Jun 2026 19:26:46 +0100 Subject: [PATCH] see also LOCAL_SMTP_PORT in example.env --- example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/example.env b/example.env index 8ed6bc7..ac08ee9 100644 --- a/example.env +++ b/example.env @@ -60,6 +60,7 @@ ETHERPAD_NODE_ENV=production ETHERPAD_ADMIN_PASSWORD= # The ports on which to run apps +# See also: LOCAL_SMTP_PORT ETHERPAD_PORT=9001 HTTP_PORT=8080 GEMINI_PORT=1965