From c6901dd297cd9486168645e81a2506421559ae78 Mon Sep 17 00:00:00 2001 From: Woodson Gates <43043100+faultoverload@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:31:04 -0400 Subject: [PATCH] Create example.env --- example.env | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 0000000..31616d9 --- /dev/null +++ b/example.env @@ -0,0 +1,22 @@ +ACTUAL_SERVER_URL="https://" +ACTUAL_SERVER_PASSWORD="" +ACTUAL_SYNC_ID="" + +# optional, for encrypted files +ACTUAL_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 interest transactions +INVESTMENT_PAYEE_NAME="Investment" +# optional, name of the cateogry 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" + +# +HEALTHCHECKS_URL="https://hc-ping.com/"