LEMON_SQUEEZY_API_KEY="" LEMON_SQUEEZY_STORE_ID="" # Inngest (for GET /jobs - list deployment queue). Self-hosted example: # INNGEST_BASE_URL="http://localhost:8288" # Production: INNGEST_BASE_URL="https://dev-inngest.dokploy.com" # INNGEST_SIGNING_KEY="your-signing-key" # Optional: only events after this RFC3339 timestamp. If unset, no date filter is applied. # INNGEST_EVENTS_RECEIVED_AFTER="2024-01-01T00:00:00Z" # Max events to fetch when listing jobs (paginates with cursor). Default 100, max 10000. # INNGEST_JOBS_MAX_EVENTS=100