mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
feat(env): add MCP_PUBLIC_URL entry to .env.example with documentation
This commit is contained in:
@@ -34,3 +34,8 @@ ASK262_EMBEDDING_PROVIDER=ollama
|
|||||||
|
|
||||||
# Port for the HTTP MCP server (optional, defaults to 8081)
|
# Port for the HTTP MCP server (optional, defaults to 8081)
|
||||||
# ASK262_PORT=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
|
||||||
|
|||||||
Reference in New Issue
Block a user