-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env.example
36 lines (29 loc) · 1.18 KB
/
.env.example
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
36
# ==================================
# Core API Configuration
# ==================================
LOG_LEVEL="INFO" # Logging detail level (DEBUG, INFO, WARNING, ERROR)
ENABLE_API_KEY="false" # Enable API key authentication (set true in production)
FLEXO_API_KEY="your-flexo-api-key" # API key for authentication when enabled
# ==================================
# AI Service Credentials
# ==================================
# If using watsonX.ai client
WXAI_API_KEY=your-watsonx-key
WXAI_URL="https://us-south.ml.cloud.ibm.com" # WatsonX API endpoint
WXAI_PROJECT_ID=your-project-id
IBM_AUTH_URL="https://iam.cloud.ibm.com/identity/token" # IBM IAM endpoint
# If using OpenAI client
OPENAI_API_KEY=your-openai-key
# ==================================
# External Services
# ==================================
# OpenWeatherMap API (enabled by default)
# Sign up at https://openweathermap.org/api
OWM_API_KEY=your-owm-key
# ==================================
# Optional: Elasticsearch RAG Setup
# ==================================
# Elasticsearch Configuration (optional)
# ES_INDEX_NAME=your-index-name
# ES_ENDPOINT=your-elastic-endpoint
# ES_API_KEY=your-elastic-key