Skip to content

Commit

Permalink
update file docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 24, 2024
1 parent f13c1c1 commit 64da9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Environmental variables are also tracked in `ENVIRONMENT_VARIABLES` within `src/
- `MAX_REQ_PER_SECOND`: Number of requests per second allowed by the same client. Example: `3`
- `MAX_CHECKSUM_LENGTH`: Define the maximum length for a file if checksum is required (Mb). Example: `10`
- `LOG_LEVEL`: Define the default log level. Example: `debug`
- `LOG_CONSOLE`: Write logs to the console. Default is `false`
- `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 `true`
- `LOG_DB`: Write logs to noSQL database. Default is `false`

## HTTP

Expand Down

0 comments on commit 64da9af

Please sign in to comment.