From ca31c69c7fafa25bd9745f0ff5b2183b3f2cde69 Mon Sep 17 00:00:00 2001 From: Robert Dyer Date: Sat, 3 May 2025 13:57:48 -0500 Subject: [PATCH] update example.env to list optional entries --- example.env | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index acb45d1..7a7de21 100644 --- a/example.env +++ b/example.env @@ -20,6 +20,19 @@ INVESTMENT_CATEGORY_GROUP_NAME="Income" # optional, name of the category for added investment tracking transactions INVESTMENT_CATEGORY_NAME="Investment" +# optional, name of the payee for Zestimate entries +ZESTIMATE_PAYEE_NAME="Zestimate" + +# optional, name of the payee for KBB entries +KBB_PAYEE_NAME="KBB" + +# optional, the URL for tracking Bitcoin prices +BITCOIN_PRICE_URL="https://api.kraken.com/0/public/Ticker?pair=xbtusd" +# optional, the JSON path in the response to get the Bitcoin price +BITCOIN_PRICE_JSON_PATH="result.XXBTZUSD.c[0]" +# optional, name of the payee for Bitcoin entries +BITCOIN_PAYEE_NAME="Bitcoin Price Change" + #optional, RentCast API key for fetching property data RENTCAST_API_KEY="" -RENTCAST_PAYEE_NAME="RentCast" \ No newline at end of file +RENTCAST_PAYEE_NAME="RentCast"