-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 794 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 794 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
# Cortex Environment Configuration
# Copy to .env and fill in your values
# GCP Project
PROJECT_ID=your-gcp-project-id
PROJECT_NUMBER=your-project-number
REGION=europe-west1
# Service Account (for Cloud Run deployment)
SERVICE_ACCOUNT=cortex-agent@your-project.iam.gserviceaccount.com
# Cloud SQL / PostgreSQL
DB_HOST=your-cloud-sql-private-ip
DB_PORT=5432
DB_NAME=cortex
DB_USER=postgres
DB_PASSWORD=your-db-password
# Google OAuth (for Gmail/Calendar API - user credentials)
# Get from: https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=your-oauth-client-id
GOOGLE_CLIENT_SECRET=your-oauth-client-secret
GOOGLE_REDIRECT_URI=http://localhost:8080/oauth/callback
# Gmail API (service account or user OAuth)
GMAIL_API_KEY=your-gmail-api-key
# Model
MODEL=gemini-2.5-flash