-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 797 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 797 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
# Gemini API Configuration
GEMINI_API_KEY=your_gemini_api_key_here
GEMINI_MODEL=gemini-3.5-flash,gemini-3-flash,gemini-2.5-flash
# Tavily API Configuration
TAVILY_API_KEY=your_tavily_api_key_here
# Rate Limiting Configuration
RATE_LIMIT_MAX_REQUESTS=3
# Upstash Redis
UPSTASH_REDIS_REST_URL="your_upstash_redis_rest_url_here"
UPSTASH_REDIS_REST_TOKEN="your_upstash_redis_rest_token_here"
# Upstash Vector
UPSTASH_VECTOR_REST_URL="your_upstash_vector_rest_url_here"
UPSTASH_VECTOR_REST_TOKEN="your_upstash_vector_rest_token_here"
# Debugging
# Set to "true" to force display error components for UI testing
DEBUG_ERROR_UI=false
# Integration Tests (Serverless Redis HTTP)
# For running pnpm test:integration with Docker Compose SRH
TEST_SRH_URL="http://nippondaily-serverless-redis-http-1:80"