You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,16 @@ service check
200
200
201
201
---
202
202
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
+
203
213
## Connectors
204
214
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.
0 commit comments