AMFS_POSTGRES_DSN | Postgres connection string | — |
AMFS_DATA_DIR | Filesystem data directory | .amfs |
AMFS_S3_BUCKET | S3 bucket name | — |
AMFS_S3_PREFIX | S3 object key prefix | amfs/ |
AMFS_S3_ENDPOINT | Custom S3 endpoint (ACS, MinIO, R2) | — |
AWS_DEFAULT_REGION | AWS region | us-east-1 |
AWS_ACCESS_KEY_ID | AWS access key | — |
AWS_SECRET_ACCESS_KEY | AWS secret key | — |
AMFS_HTTP_HOST | HTTP server bind host | 0.0.0.0 |
AMFS_HTTP_PORT | HTTP server bind port | 8080 |
AMFS_API_KEYS | Comma-separated API keys (self-hosted auth) | — |
AMFS_CORS_ORIGINS | CORS allowed origins | * |
AMFS_CONNECTOR_{NAME}_SECRET | HMAC secret for webhook connector verification | — |
AMFS_CORTEX_DEBOUNCE_MS | Digest recompilation debounce (ms) | 3000 |
AMFS_PRO_URL | Pro API URL for hybrid deployments | — |
AMFS_PRO_API_KEY | API key for the Pro API | — |
AMFS_API_URL | Dashboard: AMFS server URL (server-side) | http://localhost:8080 |
NEXT_PUBLIC_AMFS_API_URL | Dashboard: AMFS server URL (client-side) | — |
AMFS_ROOT | Dashboard: path to .amfs directory | — |
AMFS_DEMO | Dashboard: force demo mode | false |
AMFS_TEST_PG_DSN | Postgres DSN for integration tests | — |