update README and example .env to add NODE_TLS_REJECT_UNAUTHORIZED=0

This commit is contained in:
Robert Dyer
2024-08-15 10:26:09 -05:00
parent c57fec9fda
commit d669b98c5f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ can copy the `example.env` file):
ACTUAL_SERVER_URL="https://<Actual Budget server URL>" ACTUAL_SERVER_URL="https://<Actual Budget server URL>"
ACTUAL_SERVER_PASSWORD="<Actual Budget server password>" ACTUAL_SERVER_PASSWORD="<Actual Budget server password>"
ACTUAL_SYNC_ID="<Actual Budget sync ID>" ACTUAL_SYNC_ID="<Actual Budget sync ID>"
# allow self-signed SSL certs
NODE_TLS_REJECT_UNAUTHORIZED=0
# optional, for encrypted files # optional, for encrypted files
ACTUAL_FILE_PASSWORD="<file password>" ACTUAL_FILE_PASSWORD="<file password>"
+2
View File
@@ -1,6 +1,8 @@
ACTUAL_SERVER_URL="https://<Actual Budget server URL>" ACTUAL_SERVER_URL="https://<Actual Budget server URL>"
ACTUAL_SERVER_PASSWORD="<Actual Budget server password>" ACTUAL_SERVER_PASSWORD="<Actual Budget server password>"
ACTUAL_SYNC_ID="<Actual Budget sync ID>" ACTUAL_SYNC_ID="<Actual Budget sync ID>"
# allow self-signed SSL certs
NODE_TLS_REJECT_UNAUTHORIZED=0
# optional, for encrypted files # optional, for encrypted files
ACTUAL_FILE_PASSWORD="<file password>" ACTUAL_FILE_PASSWORD="<file password>"