From 4dd842b3b88348bb4c41d3272bf1543e97e6e50a Mon Sep 17 00:00:00 2001 From: Cowch Date: Mon, 4 Aug 2025 21:25:39 -0500 Subject: [PATCH] docs(.env-example): updated to include discord info --- .env-example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env-example b/.env-example index 9b5b6e9..5384136 100644 --- a/.env-example +++ b/.env-example @@ -7,6 +7,10 @@ VITE_SERVER_PORT=4000 # lstv2 loc LSTV2="C\drive\loc" +# discord - this us used to monitor the logs and make sure we never have a critial shut down. +# this will be for other critical stuff like nice label and some other events to make sure we are still in a good spot and dont need to jump in +WEBHOOK= + # dev stuff below # Gitea Info