-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 871 Bytes
/
.env.example
File metadata and controls
35 lines (27 loc) · 871 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
29
30
31
32
33
34
35
# API key for the embeddings model. Defaults to OpenAI embeddings
OPENAI_API_KEY=
# Supabase project URL
SUPABASE_URL=
# Supabase anon public key
SUPABASE_KEY=
# PostgreSQL configuration
POSTGRES_HOST=teddynote
POSTGRES_PORT=5432
POSTGRES_USER=teddynote
POSTGRES_PASSWORD=teddynote
POSTGRES_DB=teddynote_db
# CORS configuration. Must be a JSON array of strings
ALLOW_ORIGINS=["*"]
# Testing mode (set to true for simple authentication)
IS_TESTING=false
# API configuration
API_BASE_URL=http://localhost:8080
# Frontend configuration
NEXT_PUBLIC_API_URL=http://localhost:8080
NEXTAUTH_SECRET=langconnect-next-server-secret
NEXTAUTH_URL=http://localhost:3000
# MCP SSE Server configuration
SSE_PORT=8765
# To use MCP servers, you need to provide a valid Supabase JWT access token
# You can get this token after signing in through the Next.js UI
SUPABASE_JWT_SECRET=