Skip to content

Commit

Permalink
Added error example
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan committed Mar 22, 2024
1 parent b8c6020 commit 34da00c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ API_KEY="g74Ed6Z6txrEiGX9rSybQxWfVCFDfvAvhuOBrZvsTjfuGNrNt1jyjHfhQPSdzNh5kf6juBs
ALLOWED_IPS=["172.16.100.10", "192.168.1.1"]
```

```bash
C:\Users\aidan> vnv check
Checking '.vnv'...
ALLOWED_ORIGINS ✔️
POLLING_INTERVAL ❌
ERROR: 500 is too small. Minimum value is 1000.
--> .vnv:10:1
|
10 | POLLING_INTERVAL=500
| ^^^

PORT ✔️
API_KEY ✔️
ALLOWED_IPS ✔️
Check completed in 1.74ms
```

> Note: This is not stable for production use
## Getting Started
Expand Down

0 comments on commit 34da00c

Please sign in to comment.