From 7e3a8e12d08e27681f058829ed8abe256ee3c229 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Mon, 6 Apr 2026 15:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ENV?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.env.example b/.env.example index 6251c0f..9c76229 100644 --- a/.env.example +++ b/.env.example @@ -1,10 +1,9 @@ -HOST=0.0.0.0 -PORT=3051 -REFRESH_INTERVAL=5000 +# PromdataPanel Environment Configuration +# Note: Database and Cache settings will be automatically configured upon visiting /init.html -# Valkey/Redis Cache Configuration -VALKEY_HOST=localhost -VALKEY_PORT=6379 -VALKEY_PASSWORD= -VALKEY_DB=dashboard -VALKEY_TTL=30 +# Server Binding +HOST=0.0.0.0 +PORT=3000 + +# Aggregation interval in milliseconds (default 5s) +REFRESH_INTERVAL=5000