diff --git a/.env.example b/.env.example index 5b40213..c12190c 100644 --- a/.env.example +++ b/.env.example @@ -50,3 +50,13 @@ FIREFLY_III_ACCESS_TOKEN=REPLACE_AFTER_FIRST_RUN # --- Cron --- # Generate with: python3 -c "import secrets; print(secrets.token_hex(16))" STATIC_CRON_TOKEN=REPLACE_WITH_RANDOM_HEX + +# --- Plaid (optional — full automation, US banks) --- +# Requires approved Plaid account: https://plaid.com +# PLAID_CLIENT_ID= +# PLAID_SECRET= +# PLAID_ENV=sandbox # sandbox | development | production + +# --- SimpleFIN Bridge (optional — simpler US bank automation, ~$1.50/mo) --- +# Connect accounts at https://bridge.simplefin.org, then paste the access URL below +# SIMPLEFIN_URL=