feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation

This commit is contained in:
2026-04-21 09:17:49 +05:30
parent bfd79e47e3
commit e67103049a
+5
View File
@@ -34,3 +34,8 @@ ASK262_EMBEDDING_PROVIDER=ollama
# Port for the HTTP MCP server (optional, defaults to 8081)
# ASK262_PORT=8081
# Public URL for the MCP server (used by MCP Inspector to auto-connect)
# Required when running behind a reverse proxy or in production
# Example: https://ask262.bendtherules.in or https://your-server.com
# MCP_PUBLIC_URL=http://localhost:8081