o2o-ado2-short-form/.env.example
o2odev 4deefff061 Initial commit: ADO2 Hookit — 8초 후킹 숏폼 생성 파이프라인
3-엔진 오케스트레이션(Claude → Higgsfield → Remotion) PoC + 셀프 웹앱.
백엔드 개발자 핸드오프 문서(HANDOFF.md) 포함.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 12:03:48 +09:00

23 lines
608 B
Plaintext

# Higgsfield Shorts Engine — Environment Variables
# 이 파일을 .env 로 복사한 뒤 실제 값으로 채우세요. (.env 는 .gitignore 됨)
# --- Higgsfield API ---
HIGGSFIELD_API_KEY=
HIGGSFIELD_BASE_URL=https://api.higgsfield.ai/v1
# --- ADO2 Tenant Context (선택) ---
# 멀티테넌트 운영 시 기본 tenant 지정
ADO2_DEFAULT_TENANT_ID=
ADO2_DEFAULT_SHOOT_ID=
# --- Cost & Quota Guardrails ---
HF_MAX_COST_PER_VIDEO_USD=2.0
HF_MONTHLY_BUDGET_USD=80
# --- Storage (Phase 2 — S3 결과 업로드) ---
S3_BUCKET_OUTPUTS=
S3_REGION=ap-northeast-2
# --- Observability ---
LOG_LEVEL=INFO