Settings#
conda-broker registers conda settings lazily.
broker_runtime_dir#
Runtime directory for broker state:
broker_runtime_dir: /path/to/runtime
Alias:
conda_broker_runtime_dir: /path/to/runtime
broker_log_dir#
Log directory for broker and service logs:
broker_log_dir: /path/to/logs
Alias:
conda_broker_log_dir: /path/to/logs
Explicit CLI or API paths take precedence over environment variables.
Environment variables CONDA_BROKER_RUNTIME_DIR and CONDA_BROKER_LOG_DIR
take precedence over conda settings, and conda settings take precedence over
platform defaults.