From 34da00c66fcdd13b81fa9da2644137e1227c37b4 Mon Sep 17 00:00:00 2001 From: Aidan Bleser Date: Fri, 22 Mar 2024 14:18:55 -0500 Subject: [PATCH] Added error example --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f357b84..dce0c3a 100644 --- a/README.md +++ b/README.md @@ -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