-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (14 loc) · 1.09 KB
/
.env.example
File metadata and controls
17 lines (14 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Claude Max API Proxy — Environment Configuration
# Copy this file to .env and customize as needed.
# The .env file is gitignored and will not be committed.
# ─── Authentication ──────────────────────────────────────────────────────────
# Set an API key to require authentication on all requests.
# When unset, the proxy accepts all requests without auth.
# CLAUDE_PROXY_API_KEY=sk-your-secret-key-here
# ─── Server ──────────────────────────────────────────────────────────────────
# CLAUDE_PROXY_LOG_LEVEL=INFO
# CLAUDE_PROXY_ACCESS_LOG=true
# CLAUDE_PROXY_CORS_ORIGINS=*
# CLAUDE_PROXY_MAX_BODY_BYTES=10485760
# ─── Operational ─────────────────────────────────────────────────────────────
# CLAUDE_PROXY_DRAIN_SECONDS=5