-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
49 lines (41 loc) · 1.62 KB
/
Copy path.env.example
File metadata and controls
49 lines (41 loc) · 1.62 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Test environment variables for running tests
# Copy this file to .env and fill in the values
# OpenAI API key (use dummy value for testing)
OPENAI_API_KEY=dummy_key_for_testing
# Test access token for WhatsApp API testing
TEST_ACCESS_TOKEN=your_test_access_token_here
# Meta/WhatsApp API credentials
ACCESS_TOKEN=your_meta_access_token_here
APP_ID=your_meta_app_id_here
APP_SECRET=your_meta_app_secret_here
RECIPIENT_WAID=+1234567890
VERSION=v18.0
PHONE_NUMBER_ID=your_phone_number_id_here
VERIFY_TOKEN=your_verify_token_here
# OpenAI Assistant ID
OPENAI_ASSISTANT_ID=your_assistant_id_here
# App configuration
ENVNAME=fac
# Google Drive/Calendar configuration
SHARED_FOLDER_ID=your_shared_folder_id_here
GOOGLE_CALENDAR_ID=your_calendar_id_here
# Google Calendar credentials (JSON string)
GOOGLE_CALENDAR_CREDENTIALS='{
"type": "service_account",
"project_id": "your_project_id",
"private_key_id": "your_private_key_id",
"private_key": "-----BEGIN PRIVATE KEY-----\nyour_private_key_here\n-----END PRIVATE KEY-----\n",
"client_email": "your_client_email",
"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",
"universe_domain": "googleapis.com"
}'
# College/Personal Drive Folders
FOLDER_ID_COLLEGE_DAA=folder_id_for_daa
FOLDER_ID_COLLEGE_SDAM=folder_id_for_sdam
FOLDER_ID_COLLEGE_MISC=folder_id_for_college_misc
FOLDER_ID_PERSONAL_DOCS=folder_id_for_personal_docs
FOLDER_ID_PERSONAL_MISC=folder_id_for_personal_misc