Skip to content

Commit

Permalink
Add additional environment variables to README
Browse files Browse the repository at this point in the history
Two new environment variables (ENABLE_TIMING_LOGS and RUST_LOG) have been added to the README.md instructions. These were inserted to refine the project debug process by providing more detailed log information and enabling timing logs.
  • Loading branch information
arkavo-com committed Jul 2, 2024
1 parent 70bb7d0 commit 77f3392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export PORT=8443
export TLS_CERT_PATH=/path/to/fullchain.pem
export TLS_KEY_PATH=/path/to/privkey.pem
export KAS_KEY_PATH=/path/to/recipient_private_key.pem
export ENABLE_TIMING_LOGS=true
export RUST_LOG=info
```

(Optional) Set the environment variables if you want to override the defaults.
Expand Down

0 comments on commit 77f3392

Please sign in to comment.