From 53684e6c7c8eb8b7d5ed688a06456f825382ce4b Mon Sep 17 00:00:00 2001 From: Jacob Nelson Date: Sun, 17 May 2026 21:36:28 -0500 Subject: [PATCH] Add Plaid and SimpleFIN env var stubs to .env.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both commented out — uncomment and fill in when ready to wire up US bank automation. Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) 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=