20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
# PromdataPanel Environment Configuration
|
|
# Note: Database and Cache settings will be automatically configured upon visiting /init.html
|
|
|
|
# Server Binding
|
|
HOST=0.0.0.0
|
|
PORT=3000
|
|
|
|
# Aggregation interval in milliseconds (default 5s)
|
|
REFRESH_INTERVAL=5000
|
|
|
|
# Security
|
|
# Keep remote setup disabled unless you explicitly need to initialize from another host.
|
|
ALLOW_REMOTE_SETUP=false
|
|
COOKIE_SECURE=false
|
|
SESSION_TTL_SECONDS=86400
|
|
PASSWORD_ITERATIONS=210000
|
|
|
|
# Runtime external data providers
|
|
ENABLE_EXTERNAL_GEO_LOOKUP=false
|