Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Oct 24, 2023
1 parent 01398c4 commit 8db8c8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ You need to set env variables to configure the alert notification behaviour.

| Env Variable | default | Description |
| :----------- | :------ | :--------------------------- |
| APP_ENV | | appears in email/teams title |
| APP_NAME | | appears in email/teams body |
| APP_ENV | | Appears in email/teams title |
| APP_NAME | | Appears in email/teams body |


### Email Configs
Expand Down Expand Up @@ -60,9 +60,9 @@ You need to set env variables to configure the alert notification behaviour.

| Env Variable | default | Explanation |
| :--------------------- | :------------------------------ | :------------------------------- |
| THROTTLE_DURATION | 7 | throttling duration in (minutes) |
| THROTTLE_GRACE_SECONDS | 0 | throttling grace in (seconds) |
| THROTTLE_DISKCACHE_DIR | `/tmp/cache/{APP_NAME}_thro...` | disk location for throttling |
| THROTTLE_DURATION | 7 | Throttling duration in (minutes) |
| THROTTLE_GRACE_SECONDS | 0 | Throttling grace in (seconds) |
| THROTTLE_DISKCACHE_DIR | `/tmp/cache/{APP_NAME}_thro...` | Disk location for cache |
| THROTTLE_ENABLED | true | Disable all together |

## Usage
Expand Down

0 comments on commit 8db8c8e

Please sign in to comment.