16 lines
619 B
Text
16 lines
619 B
Text
|
|
# ops-warden scheduled worker config (WARDEN-WP-0021).
|
||
|
|
# Installed to ~/.config/warden/worker.env and loaded by the systemd --user service.
|
||
|
|
# No secret values belong here.
|
||
|
|
|
||
|
|
# State Hub URL the worker reads its inbox from (railiance01 after cust-wp-0011).
|
||
|
|
WARDEN_HUB_URL=http://127.0.0.1:8000
|
||
|
|
|
||
|
|
# Planner: 'llm' (llm-connect; smarter) or 'rule' (offline, deterministic fallback).
|
||
|
|
WORKER_BRAIN=llm
|
||
|
|
|
||
|
|
# Master on/off for the tick without touching the timer. 0 = skip every run.
|
||
|
|
WORKER_ENABLED=1
|
||
|
|
|
||
|
|
# Optional: set a reachable llm-connect URL to skip the per-tick kubectl port-forward.
|
||
|
|
# LLM_CONNECT_URL=http://127.0.0.1:18080
|