# Only needed running this worker outside docker-compose.yml (which sets # API_BASE_URL/INTERNAL_WORKER_SECRET itself — see the root .env.example). # Required, no default — must match apps/api's own INTERNAL_WORKER_SECRET # (apps/api/.env / apps/api/.env.example). INTERNAL_WORKER_SECRET=changeme-generate-a-real-random-secret-at-least-32-chars # Defaults to the "app" service's compose hostname — override for a # native `pnpm dev:api` API running on localhost instead. # API_BASE_URL=http://localhost:3000 # Optional — see src/config.ts for every other variable and its default. # TECH_STEP_WORKER_CRON=0 3 * * 0 # TECH_STEP_LLM_MODEL_URI=hf:Qwen/Qwen2.5-1.5B-Instruct-GGUF:Q4_K_M # Set to run both jobs once and exit, instead of starting the cron loop — # useful for a manual/CI-triggered run. # RUN_ONCE=true