-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 811 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CloudContactAI API Configuration
# Copy this file to .env and update with your actual values
# Required: API Credentials
CCAI_CLIENT_ID=your-client-id
CCAI_API_KEY=your-api-key-here
# Optional: Test Account Data (used by BasicExample)
CCAI_FIRST_NAME=John
CCAI_LAST_NAME=Doe
CCAI_PHONE=+14155551212
# Optional: Base URLs (defaults to production if not specified)
CCAI_BASE_URL=https://core.cloudcontactai.com/api
CCAI_EMAIL_BASE_URL=https://email-campaigns.cloudcontactai.com
CCAI_AUTH_BASE_URL=https://auth.cloudcontactai.com
# Optional: Test Environment URLs (uncomment to use test environment)
# CCAI_BASE_URL=https://core-test-cloudcontactai.allcode.com/api
# CCAI_EMAIL_BASE_URL=https://email-campaigns-test-cloudcontactai.allcode.com
# CCAI_AUTH_BASE_URL=https://auth-test-cloudcontactai.allcode.com