优化ENV
This commit is contained in:
17
.env.example
17
.env.example
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user