-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 772 Bytes
/
.env.example
File metadata and controls
27 lines (22 loc) · 772 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
# Agent
GOOGLE_GENAI_USE_VERTEXAI=0
GOOGLE_API_KEY=your-google-api-key
# Postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
# Server (use 127.0.0.1 when running the app on the host; docker-compose overrides URLs for containers)
PORT=8000
SESSION_SERVICE_URI=postgresql+asyncpg://postgres:postgres@127.0.0.1:5432/postgres
WEB_ALLOWED=True
# Phoenix
PHOENIX_COLLECTOR_ENDPOINT=http://phoenix:4317
PHOENIX_SQL_DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5433/postgres
PROD_CORS_ORIGIN=http://localhost:8000
# Google Cloud Trace
ENABLE_LOCAL_TRACE=False
ENABLE_GOOGLE_CLOUD_TRACE=True
GOOGLE_CLOUD_PROJECT=your-google-cloud-project
GOOGLE_CLOUD_PROJECT_ID=your-google-cloud-project-id
# Airports
AIRPORTS_SQLITE_PATH=airports.sqlite