-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (25 loc) · 766 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (25 loc) · 766 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
26
27
28
DB_HOST=localhost
DB_PORT=5432
DB_USER=app
DB_PASSWORD=changeme
DB_NAME=chat
PORT=8080
ALLOWED_ORIGIN=http://localhost:3000
JWT_SECRET=changeme-generate-with-openssl-rand-hex-32
USAGE_HASH_SECRET=changeme-generate-with-openssl-rand-hex-32
GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-client-secret
NEXT_PUBLIC_API_URL=http://localhost:8080
NEXT_PUBLIC_GOOGLE_CLIENT_ID=your-client-id.apps.googleusercontent.com
SIGNUP_OPEN=true
# Optional (set to enable)
# DATABASE_URL=
# OWNER_EMAIL=
# RESEND_API_KEY=
# MAGIC_LINK_FROM=login@lucek.ai
# LANGSMITH_API_KEY=
# Optional overrides (defaults shown)
# AGENT_URL=http://localhost:8081
# LOG_LEVEL=info
# RUNS_BUDGET_DAILY=20
# LANGSMITH_ENDPOINT=https://api.smith.langchain.com