优化ENV

This commit is contained in:
CN-JS-HuiBai
2026-04-06 15:15:56 +08:00
parent 1d728d991e
commit 7e3a8e12d0

View File

@@ -1,10 +1,9 @@
HOST=0.0.0.0 # PromdataPanel Environment Configuration
PORT=3051 # Note: Database and Cache settings will be automatically configured upon visiting /init.html
REFRESH_INTERVAL=5000
# Valkey/Redis Cache Configuration # Server Binding
VALKEY_HOST=localhost HOST=0.0.0.0
VALKEY_PORT=6379 PORT=3000
VALKEY_PASSWORD=
VALKEY_DB=dashboard # Aggregation interval in milliseconds (default 5s)
VALKEY_TTL=30 REFRESH_INTERVAL=5000