# ========================================== # Veltraxor – Secrets (EXAMPLE TEMPLATE) # Copy to: secrets.local.env (or .env) and fill values # Do NOT commit the filled file to VCS. # ========================================== # --- Hugging Face access token (required for ENGINE_KIND=real to download weights) HF_TOKEN= # --- API gateway shared bearer key (optional but recommended) # When set, clients must send: Authorization: Bearer ${API_KEY} API_KEY= # --- Per-client token lists (optional). Comma-separated values. # If ALLOWLIST is set, only these tokens are accepted. TOKEN_ALLOWLIST= TOKEN_DENYLIST= # --- Real engine backends (optional) # If your vLLM gateway requires auth, put its key here. VLLM_API_KEY= # --- TLS (optional; if you terminate TLS at the app instead of a reverse proxy) TLS_CERT_FILE= TLS_KEY_FILE= # --- Observability (optional) # Example: Sentry DSN; leave empty if not used. SENTRY_DSN=