update README and example .env to add NODE_TLS_REJECT_UNAUTHORIZED=0
This commit is contained in:
@@ -29,6 +29,8 @@ can copy the `example.env` file):
|
||||
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>"
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
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>"
|
||||
|
||||
Reference in New Issue
Block a user