chore: finalize vite migration hardening and watchdog logging
This commit is contained in:
@@ -55,6 +55,7 @@ ADMIN_EMAILS=admin@example.com
|
||||
# Local Authentication (for development/testing)
|
||||
# When enabled, uses local credentials instead of LDAP
|
||||
# Set LOCAL_AUTH_ENABLED=true to bypass LDAP authentication
|
||||
# Production safety: when FLASK_ENV=production, local auth is forcibly disabled
|
||||
LOCAL_AUTH_ENABLED=false
|
||||
LOCAL_AUTH_USERNAME=
|
||||
LOCAL_AUTH_PASSWORD=
|
||||
@@ -86,6 +87,11 @@ REDIS_KEY_PREFIX=mes_wip
|
||||
# Cache check interval in seconds (default: 600 = 10 minutes)
|
||||
CACHE_CHECK_INTERVAL=600
|
||||
|
||||
# Optional explicit TTL for WIP Redis keys (seconds)
|
||||
# If unset/0, TTL defaults to 3 * CACHE_CHECK_INTERVAL
|
||||
# Example: CACHE_CHECK_INTERVAL=600 -> default TTL=1800
|
||||
WIP_CACHE_TTL_SECONDS=1800
|
||||
|
||||
# ============================================================
|
||||
# Resource Cache Configuration
|
||||
# ============================================================
|
||||
|
||||
Reference in New Issue
Block a user