Settings
Platform configuration and API connection status.
API Configuration
Set endpoint URLs in .env.local at the project root. A full list of available options is in .env.example.
- INFERENCE_API_BASEserver-only
- http://127.0.0.1:8000
- NEXT_PUBLIC_API_BASEclient-visible
- Not set — requests proxy through Next.js API routes (recommended)
Used by Next.js API routes to forward requests to the inference service. Not exposed to the browser.
When set, the Lab page calls the inference service directly from the browser. Leave unset to proxy all requests through Next.js API routes.
Platform Information
- Platform
- AquaNota
- Version
- 0.1.0-demo
- Runtime
- Next.js App Router
Demo mode active. When the inference service at INFERENCE_API_BASE is unreachable, all API routes return built-in demo data. Configure a live inference service and update INFERENCE_API_BASE in .env.local to enable real analysis.