Skip to content

Commit 1465441

Browse files
committed
docs: adding docs for env check
1 parent 745fb6c commit 1465441

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,16 @@ service check
200200

201201
---
202202

203+
`env` check verifies value of an environment variable.
204+
205+
```yaml
206+
- env:
207+
- APP_PORT=3002
208+
- MONGO_PORT=27017
209+
```
210+
211+
---
212+
203213
## Connectors
204214
Opunit has different connectors to be able to run checks on different kinds of environments. See below for description of each one and how they can be used.
205215

0 commit comments

Comments
 (0)