reference

Environment Variables

All PYVORIN_THIN_* environment variables and their effects.

Published May 30, 2026

Environment Variables

Environment variables override config file values. Use pyvorin config-show to inspect resolved settings.

VariableDefaultDescription
PYVORIN_THIN_API_BASE_URLhttps://api.pyvorin.comBase URL for all API endpoints.
PYVORIN_THIN_LICENSE_KEY(none)License key. Overrides config file.
PYVORIN_THIN_TELEMETRY_ENABLEDtrueEnable/disable telemetry reporting.
PYVORIN_THIN_SEND_SOURCE0Set to 1 to allow raw source upload.
PYVORIN_THIN_REQUEST_TIMEOUT_SECONDS30.0HTTP request timeout.
PYVORIN_THIN_REQUEST_RETRY_LIMIT3Number of retries on network failure.
PYVORIN_THIN_MOCK_MODEfalseEnable mock mode for offline development.
PYVORIN_THIN_CACHE_DIR~/.pyvorin/cacheLocal artifact cache directory.
PYVORIN_THIN_USAGE_OUTPUT_DIR~/.pyvorin/usageDirectory for local usage event JSON files.
PYVORIN_THIN_OFFLINE_QUEUE_ENABLEDtrueQueue events when offline.
PYVORIN_LOCAL_NATIVEfalseUse local NativeCompiler instead of remote.
PYVORIN_NO_LOGO(none)Set to suppress the CLI splash logo.