-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (24 loc) · 879 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (24 loc) · 879 Bytes
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
DJANGO_SETTINGS_MODULE=config.settings.dev
SECRET_KEY=change-me
DATABASE_URL=postgres://localhost/felipevillegas
ALLOWED_HOSTS=felipevillegas.com,www.felipevillegas.com
CSRF_TRUSTED_ORIGINS=https://felipevillegas.com,https://www.felipevillegas.com
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_STORAGE_BUCKET_NAME=
AWS_S3_REGION_NAME=ca-central-1
AWS_QUERYSTRING_AUTH=True
AWS_S3_CACHE_CONTROL=public, max-age=31536000, immutable
WAGTAILADMIN_BASE_URL=http://localhost:8000
SENTRY_DSN=
# Interactive page chat (Anthropic)
# Set a hard monthly spend cap in the Anthropic console — that is the last
# line of defence; the in-app caps below are the first.
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=claude-haiku-4-5-20251001
CHAT_DAILY_INPUT_TOKEN_BUDGET=5000
CHAT_DAILY_OUTPUT_TOKEN_BUDGET=2000
CHAT_RPM=6
CHAT_INPUT_MAX_CHARS=1000
CHAT_MAX_OUTPUT_TOKENS=400
CHAT_TRUSTED_PROXY_COUNT=1