Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added error example #4

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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