-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 743 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Public deployment origin. This value is safe to expose.
NEXT_PUBLIC_SITE_URL=http://127.0.0.1:3000
NEXT_PUBLIC_API_URL=http://127.0.0.1:8787
API_HOST=127.0.0.1
API_PORT=8787
FRONTEND_ORIGIN=http://127.0.0.1:3000,http://localhost:3000
PET_DATA_DIR=./data
# Server-side only. Never rename this with a NEXT_PUBLIC_ prefix.
DEEPSEEK_API_KEY=replace_with_a_server_side_secret
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-v4-flash
# Account verification. Use long random values in production.
AUTH_OTP_PEPPER=replace_with_a_long_random_server_secret
AUTH_TOKEN_PEPPER=replace_with_a_different_long_random_server_secret
TRUST_PROXY=0
# This project intentionally uses an on-screen demo code instead of real email delivery.