-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example.json
More file actions
9 lines (9 loc) · 994 Bytes
/
env.example.json
File metadata and controls
9 lines (9 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
{
"APPW_PROJECT": "YOUR_APPWRITE_PROJECT_ID",
"DEBUG_LOGGING": "false",
"qdrant": "{\"endpoint\":\"YOUR_QDRANT_CLUSTER_URL\",\"apiKey\":\"YOUR_QDRANT_API_KEY\",\"collection\":\"pubmed_articles\"}",
"pubmed": "{\"email\":\"your.email@example.com\",\"apiKey\":null}",
"vertex_ai": "{\"project_id\":\"YOUR_GCP_PROJECT_ID\",\"location\":\"us-central1\"}",
"gemini_api_key": "YOUR_GEMINI_API_KEY",
"service_account": "{\"type\":\"service_account\",\"project_id\":\"YOUR_GCP_PROJECT_ID\",\"private_key_id\":\"YOUR_PRIVATE_KEY_ID\",\"private_key\":\"-----BEGIN PRIVATE KEY-----\\nYOUR_PRIVATE_KEY\\n-----END PRIVATE KEY-----\\n\",\"client_email\":\"YOUR_SERVICE_ACCOUNT_EMAIL@YOUR_PROJECT.iam.gserviceaccount.com\",\"client_id\":\"YOUR_CLIENT_ID\",\"auth_uri\":\"https://accounts.google.com/o/oauth2/auth\",\"token_uri\":\"https://oauth2.googleapis.com/token\",\"auth_provider_x509_cert_url\":\"https://www.googleapis.com/oauth2/v1/certs\",\"client_x509_cert_url\":\"YOUR_CERT_URL\"}"
}