Skip to content

Commit

Permalink
Add AUTHENTICATION_LOG_RETENTION & PROXY_HEADER_FOR_IP descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 25, 2024
1 parent a706050 commit 7c1d793
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,22 @@ Default value

:::

### AUTHENTICATION_LOG_RETENTION

[!badge variant="info" text="number"]

:::env-var-dl-wrapper

Description
: The authentication log retention time, in days.

Log entries older than that are automatically deleted.

Default value
: `365`

:::

### AUTH_PROXY_HEADER_FOR_USER

[!badge variant="info" text="string"]
Expand Down Expand Up @@ -997,6 +1013,22 @@ Default value

:::

### PROXY_HEADER_FOR_IP

[!badge variant="info" text="string"]

:::env-var-dl-wrapper

Description
: Name of the HTTP header sent by a reverse proxy to pass the original visitor IP address.

Check the proxy documentation to find out how this header is named (i.e `HTTP_CF_CONNECTING_IP` for cloudflare).

Default value
: `null`

:::

## Security setting

### BCRYPT_ROUNDS
Expand Down

0 comments on commit 7c1d793

Please sign in to comment.