Skip to content

Commit

Permalink
Version 0.0.5 update 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Apr 6, 2023
1 parent 6504664 commit 095c563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifneq (,$(wildcard ./.env))
endif

# Common - can be overridden by .env file or when running make
VERSION ?= 0.0.4
VERSION ?= 0.0.5
BUILD_INFO ?= Local and manual build
AUTH_CLIENT_ID ?=
API_ENDPOINT ?= http://localhost:8000/api
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Env vars used only by the runner:
| ALERT_SMTP_PORT | SMTP port | 587 |
| ALERT_FAIL_COUNT | How many time a monitor needs to fail in a row to trigger an alert | 3 |
| POLLING_INTERVAL | Only used when in polling mode | 10s |
| USE_POLLING | Force polling mode, by default MongoDB change streams will be used | false |
| USE_POLLING | Force polling mode, by default MongoDB change streams will be tried, and polling mode used if that fails. | false |

## Scratch Notes Area

Expand Down

0 comments on commit 095c563

Please sign in to comment.