Skip to content

Commit

Permalink
update env.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Aug 14, 2024
1 parent 2bb37b4 commit d7717a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Environmental variables are also tracked in `ENVIRONMENT_VARIABLES` within `src/
- `LOG_CONSOLE`: Write logs to the console. Default is `false`, but becomes `true` if neither `LOG_FILES` or `LOG_DB` are set.
- `LOG_FILES`: Write logs to files. Default is `false`
- `LOG_DB`: Write logs to noSQL database. Default is `false`
- `UNSAFE_URLS`: Array or regular expression URLs to be excluded from access.Example: ["^.*(169.254.169.254).*","^.*(127.0.0.1).*"]

## HTTP

Expand Down

0 comments on commit d7717a0

Please sign in to comment.