docs: documenter MCP_SERVER_URL prod derrière reverse proxy
Some checks failed
CI / Lint, Unit Tests & Build (push) Failing after 1m25s
CI / Deploy production (on server) (push) Has been skipped

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Antigravity
2026-05-29 19:08:19 +00:00
parent 3edbc2daf3
commit a1c1729904

View File

@@ -82,6 +82,9 @@ NEXTAUTH_URL="http://localhost:3000"
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# MCP_SERVER_MODE="disabled" # MCP_SERVER_MODE="disabled"
# MCP_SERVER_URL="" # 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) # BYOK encryption (Story 3.5 — required in production when users save API keys)