Configuration
Aionis configuration is environment-driven.
Common Variables
| Variable | Purpose |
|---|---|
EMBEDDING_PROVIDER | Selects the embedding provider. |
MINIMAX_API_KEY | MiniMax embedding provider key. |
AIONIS_PRODUCT_E2E_BASE_URL | Base URL for product e2e scripts. |
MEMORY_AUTH_MODE | Lite requires auth off in the current public edition. |
TENANT_QUOTA_ENABLED | Lite does not enable tenant quota enforcement. |
Local-first Assumption
The public Runtime is intentionally scoped as local-first Lite. Keep it on loopback unless you put it behind your own service boundary.
For the product boundary, see Lite Runtime Boundary.