2025-04-12 22:23:10 -07:00
|
|
|
JWT_SECRET_KEY="..." # Required in production, optional in dev mode (dev_mode=true in morphik.toml)
|
|
|
|
POSTGRES_URI="postgresql+asyncpg://postgres:postgres@localhost:5432/morphik" # Required for PostgreSQL database
|
2024-12-31 06:58:34 -05:00
|
|
|
|
2025-01-01 21:28:47 +05:30
|
|
|
UNSTRUCTURED_API_KEY="..." # Optional: Needed for parsing via unstructured API
|
2024-12-31 06:58:34 -05:00
|
|
|
OPENAI_API_KEY="..." # Optional: Needed for OpenAI embeddings and completions
|
|
|
|
ASSEMBLYAI_API_KEY="..." # Optional: Needed for combined parser
|
|
|
|
ANTHROPIC_API_KEY="..." # Optional: Needed for contextual parser
|
|
|
|
AWS_ACCESS_KEY="..." # Optional: Needed for AWS S3 storage
|
|
|
|
AWS_SECRET_ACCESS_KEY="..." # Optional: Needed for AWS S3 storage
|