a4c85a76d5
Co-authored-by: sventec <18218761+sventec@users.noreply.github.com>
39 lines
1.4 KiB
Bash
39 lines
1.4 KiB
Bash
ACTUAL_SERVER_URL="https://<Actual Budget server URL>"
|
|
ACTUAL_SERVER_PASSWORD="<Actual Budget server password>"
|
|
ACTUAL_SYNC_ID="<Actual Budget sync ID>"
|
|
# allow self-signed SSL certs
|
|
NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
|
|
# optional, for encrypted files
|
|
ACTUAL_FILE_PASSWORD="<file password>"
|
|
|
|
# optional, if you want to use a different cache directory
|
|
ACTUAL_CACHE_DIR="./cache"
|
|
|
|
# optional, name of the payee for added interest transactions
|
|
INTEREST_PAYEE_NAME="Loan Interest"
|
|
|
|
# optional, name of the payee for added investment transactions
|
|
INVESTMENT_PAYEE_NAME="Investment"
|
|
# optional, name of the category group for added investment tracking transactions
|
|
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 API key>"
|
|
RENTCAST_PAYEE_NAME="RentCast"
|