scheduling features
This commit is contained in:
@@ -329,13 +329,15 @@ ALERTMANAGER_EMBED_PORT=8895
|
||||
|
||||
# --- SMS Campaigns (Termux Android Bridge) ---
|
||||
# ENABLE_SMS is the initial default; once saved in admin Settings, the DB value is authoritative
|
||||
# URL + API key are typically managed via admin Settings page (DB overrides env)
|
||||
# Use Tailscale IP (100.x.x.x) for stable addressing across networks
|
||||
ENABLE_SMS=false
|
||||
TERMUX_API_URL=http://10.0.0.193:5001
|
||||
TERMUX_API_URL=http://100.x.x.x:5001
|
||||
TERMUX_API_KEY=
|
||||
SMS_DELAY_BETWEEN_MS=3000
|
||||
SMS_MAX_RETRIES=3
|
||||
SMS_RESPONSE_SYNC_INTERVAL_MS=30000
|
||||
SMS_DEVICE_MONITOR_INTERVAL_MS=30000
|
||||
SMS_RESPONSE_SYNC_INTERVAL_MS=120000
|
||||
SMS_DEVICE_MONITOR_INTERVAL_MS=300000
|
||||
|
||||
# --- Monitoring (only used with --profile monitoring) ---
|
||||
PROMETHEUS_PORT=9090
|
||||
|
||||
Reference in New Issue
Block a user