Complete list of environment variables consumed by the organism
binaries. Every organism binary also accepts a small set of
mosaik-level knobs (discovery, Prometheus bind address);
see the mosaik configuration reference.
Status. The names below are the proposed convention; the
organism crates pin them when they ship. Treat as the target
shape.
Every secret var above uses the *_FILE convention: the value
is a path to a file containing the secret, not the secret
itself. This keeps secrets out of process environment (where
they leak via /proc/*/environ) and lets you mount secrets as
tmpfs files under your orchestration layer.
Do not set the non-_FILE form unless you are running a
development smoke test.