12 lines
456 B
Bash
12 lines
456 B
Bash
# Required
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
GOOGLE_CLIENT_ID=000000000000-xxxxxxxxxxxxxxx.apps.googleusercontent.com
|
|
GOOGLE_CLIENT_SECRET=GOCSPX-xxxxxxxxxxxxx
|
|
|
|
# Optional — defaults shown
|
|
ANTHROPIC_MODEL=claude-sonnet-4-5-20250929
|
|
BASE_URL=https://chat.saiden.dev
|
|
ALLOWED_EMAILS=adam.ladachowski@gmail.com
|
|
# COOKIE_SECURE=false # set this only for local http dev
|
|
# SESSION_SECRET=... # auto-generated if omitted; set for stable sessions across restarts
|