Files
fund-tracer/backend/.env.example

8 lines
280 B
Plaintext
Raw Normal View History

2026-03-11 16:28:04 +08:00
DATABASE_URL=postgresql+asyncpg://fundtracer:fundtracer_dev@localhost:5432/fundtracer
DATABASE_URL_SYNC=postgresql://fundtracer:fundtracer_dev@localhost:5432/fundtracer
REDIS_URL=redis://localhost:6379/0
UPLOAD_DIR=./uploads
SECRET_KEY=dev-secret-key
DEBUG=true
2026-03-12 19:57:30 +08:00
OCR_PARALLELISM=4