Skip to content

Commit

Permalink
README: Update configuration section (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedJoseph authored Oct 30, 2023
1 parent 4933106 commit 0cbea78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ Environment variables are used to adjust the configuration. Alternatively, you c

| Name | Type | Default value | Description |
| --------------------------- | --------- | ------------- | -------------------------------------------------------------------------------------------------- |
| `BVRSS_RAW_API_ERRORS` | `boolean` | `false` | Enables displaying of raw API errors. |
| `BVRSS_TIMEZONE` | `string` | `UTC` | Timezone ([php docs](https://www.php.net/manual/en/timezones.php)) |
| `BVRSS_DATE_FORMAT` | `string` | `F j, Y` | Date format ([php docs](https://www.php.net/manual/en/function.date.php)) |
| `BVRSS_TIME_FORMAT` | `string` | `H:i` | Time format ([php docs](https://www.php.net/manual/en/function.date.php)) |
| `BVRSS_CACHE_DIR` | `string` | `cache` | Cache directory path. |
| `BVRSS_DISABLE_CACHE` | `boolean` | `false` | Disables caching. |
| `BVRSS_ENABLE_CACHE_VIEWER` | `boolean` | `false` | Enables cache viewer. |
| `BVRSS_ENABLE_IMAGE_PROXY` | `boolean` | `false` | Enables video thumbnail image proxy. |
| `BVRSS_DISABLE_CSP` | `boolean` | `false` | Disables setting [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). |
| `BVRSS_DISABLE_CSP` | `boolean` | `false` | Disables [content security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP). |
| `BVRSS_RAW_API_ERRORS` | `boolean` | `false` | Enables displaying of raw API errors. |

## Documentation

Expand Down

0 comments on commit 0cbea78

Please sign in to comment.