-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.02 KB
/
.env.example
File metadata and controls
28 lines (24 loc) · 1.02 KB
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
DATABASE_URL=postgresql://user:password@localhost:5432/lifelinesproject
COOKIE_SECRET=change-me-to-a-long-random-string
JWT_SECRET=change-me-to-a-long-random-string
JWT_EXPIRES_IN=7d
CLIENT_URL=http://localhost:5173
COOKIE_DOMAIN=
AI_SERVICE_BASE_URL=http://localhost:8000
AI_SERVICE_TIMEOUT_MS=30000
AI_SERVICE_HEALTH_PATH=/health
AI_SERVICE_SESSION_START_PATH=/api/v2/session/start
AI_SERVICE_MESSAGE_PATH=/api/v2/chat
AI_SERVICE_SESSION_CLOSE_PATH=/api/v2/session/close
AI_GATEWAY_SHARED_SECRET=change-me-shared-secret-for-lifelines-ai
AI_CHAT_DEV_MODE=false
AI_CHAT_DEV_USER_ID=local-ai-demo
AI_CHAT_DEV_EMAIL=local-ai-demo@localhost
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
GCS_CREDENTIALS={"type":"service_account","project_id":"...","private_key":"...","client_email":"..."}
# GCS_KEYFILE_PATH=path/to/service-account-key.json
GCS_PROJECT_ID=your-gcp-project-id
GCS_BUCKET_NAME=your-gcs-bucket-name
GCS_BASE_PATH=lifelines