.env.local.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
AWS_REGION
secret
Backend API 환경변수 (packages/backend) AWS_REGION: AWS 리전
SESSION_STORAGE_BUCKET_NAME
SESSION_STORAGE_BUCKET_NAME: 채팅 세션 저장 버킷 (Strands SDK가 대화 기록 저장)
BACKEND_TABLE_NAME
BACKEND_TABLE_NAME: 메인 DynamoDB 테이블 (프로젝트, 문서, 워크플로우 메타데이터)
DOCUMENT_STORAGE_BUCKET_NAME
DOCUMENT_STORAGE_BUCKET_NAME: 문서 저장 버킷 (업로드된 PDF/이미지 파일)
LANCEDB_LOCK_TABLE_NAME
LANCEDB_LOCK_TABLE_NAME: LanceDB 락 테이블 (동시성 제어용 DynamoDB)
LANCEDB_EXPRESS_BUCKET_NAME
LANCEDB_EXPRESS_BUCKET_NAME: S3 Express One Zone 버킷 (빠른 벡터 검색용)
WEBSOCKET_ENDPOINT
WEBSOCKET_ENDPOINT: WebSocket API 엔드포인트 (워크플로우 진행상황 실시간 알림)