ask-molty/wrangler.toml
Peter Steinberger 2773649326
Some checks failed
CI / check (push) Has been cancelled
fix: route docs host through ask molty worker
2026-05-06 22:10:11 +01:00

19 lines
872 B
TOML

name = "openclaw-docs-chat-proxy"
main = "src/worker.ts"
account_id = "91b59577e757131d68d55a471fe32aca"
compatibility_date = "2026-05-06"
routes = [
{ pattern = "docs-chat.openclaw.ai/*", zone_name = "openclaw.ai" },
{ pattern = "documentation.openclaw.ai/ask-molty/*", zone_name = "openclaw.ai" },
{ pattern = "docs.openclaw.ai/ask-molty/*", zone_name = "openclaw.ai" },
]
[vars]
DOCS_CORPUS_URL = "https://documentation.openclaw.ai/llms-full.txt"
SOURCE_INDEX_URL = "https://documentation.openclaw.ai/source-index.jsonl"
GITHUB_INDEX_URL = "https://documentation.openclaw.ai/ask-molty/github-search.jsonl"
WORKSPACE_MANIFEST_URL = "https://documentation.openclaw.ai/ask-molty/workspace-manifest.json"
OPENAI_MODEL = "chat-latest"
CLAWHUB_AUTH_URL = "https://hub.openclaw.ai/docs/auth"
CLAWHUB_SESSION_VERIFY_URL = "https://clawhub.ai/api/v1/docs/session/verify"