From a1c1729904d3618704794c80413ab751741c822e Mon Sep 17 00:00:00 2001 From: Antigravity Date: Fri, 29 May 2026 19:08:19 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20documenter=20MCP=5FSERVER=5FURL=20prod?= =?UTF-8?q?=20derri=C3=A8re=20reverse=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- memento-note/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memento-note/.env.example b/memento-note/.env.example index 8c79d57..7da13a3 100644 --- a/memento-note/.env.example +++ b/memento-note/.env.example @@ -82,6 +82,9 @@ NEXTAUTH_URL="http://localhost:3000" # ----------------------------------------------------------------------------- # MCP_SERVER_MODE="disabled" # MCP_SERVER_URL="" +# En production derrière un reverse proxy (ex: Nginx Proxy Manager) : +# MCP_SERVER_URL="https://memento-note.com/mcp" +# (configurer /mcp → 127.0.0.1:3001 dans le proxy) # ----------------------------------------------------------------------------- # BYOK encryption (Story 3.5 — required in production when users save API keys)