Commit cc255d0e authored by Jan Reimes's avatar Jan Reimes
Browse files

feat(env): add ApyHub API key configuration to environment variables

* Added APYHUB_API_KEY to .env.example for ApyHub integration.
* Updated workspace.md to include ApyHub in the provider failover order.
parent 990ea3f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -134,6 +134,10 @@ TDC_WORKERS=4
# ADOBE_CLIENT_ID=
# ADOBE_CLIENT_SECRET=

# --- ApyHub (150 credits/month, synchronous, no polling) ---
# Sign up at: https://apyhub.com/
# APYHUB_API_KEY=

# --- Zamzar (100 conversions/month, 1 MB free-tier limit) ---
# Sign up at: https://developers.zamzar.com/
# ZAMZAR_API_KEY=
+2 −1
Original line number Diff line number Diff line
@@ -107,9 +107,10 @@ To use the fallback, configure at least one provider in your environment (see `.
|----------|----------|------------|-----------------|
| CloudConvert | `CLOUDCONVERT_API_KEY` | 300/mo | None |
| Adobe | `ADOBE_CLIENT_ID` + `ADOBE_CLIENT_SECRET` | 500/mo | None |
| ApyHub | `APYHUB_API_KEY` | 150/mo | None |
| Zamzar | `ZAMZAR_API_KEY` | 100/mo | 1 MB |

Providers are tried in failover order: CloudConvert → Adobe → Zamzar.
Providers are tried in failover order: CloudConvert → Adobe → ApyHub → Zamzar.

```bash
# Disable fallback (LibreOffice only)