Database

Configure WIKI_API_ORIGIN to enable search and hunting zones.

Database connection is not configured. Set the environment variable WIKI_API_ORIGIN to your wiki server base URL (no trailing slash). In Docker or Kubernetes, use a hostname or HTTPS URL your site container can reach — not 127.0.0.1 unless the wiki runs in the same container.

If NODE_ENV=production, there is no default URL — set WIKI_API_ORIGIN in the process environment or .env next to server.js.

Optional: WIKI_TENANT_SLUG must match the tenant your wiki expects.