File size: 956 Bytes
6536df9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ==========================================
# 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=