# pi-multi-auth environment variable overrides # Copy this file to .env and fill in values as needed. # All values are optional; the extension uses built-in defaults when unset. # Secrets must never be committed to version control. # ── OAuth client overrides ────────────────────────────────────────────────── # Override the OAuth application client ID registered with each provider. # Useful for self-hosted or team-managed OAuth applications. # Kimi Coding OAuth client ID (default: built-in app ID) # KIMI_CODING_OAUTH_CLIENT_ID= # Qwen OAuth client ID (default: built-in app ID) # QWEN_OAUTH_CLIENT_ID= # ── Runtime path overrides ────────────────────────────────────────────────── # Override the directory where pi-multi-auth stores runtime state (usage cache, # multi-auth.json). Defaults to the Pi agent runtime directory. # PI_DELEGATED_AUTH_RUNTIME_DIR= # Legacy alias retained for backward compatibility. Prefer PI_DELEGATED_AUTH_RUNTIME_DIR. # PI_MULTI_AUTH_RUNTIME_DIR= # Override the Pi agent directory (affects models.json and runtime path resolution). # PI_CODING_AGENT_DIR= # ── Display overrides ─────────────────────────────────────────────────────── # Force ASCII border rendering in the extension TUI. # Values: 1, true, yes, on # PI_MULTI_AUTH_ASCII_BORDERS=