-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 1023 Bytes
/
.env.example
File metadata and controls
29 lines (24 loc) · 1023 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
# Arc XP Bearer Token
# Get this from your Arc XP account settings or API credentials
# Format: A long alphanumeric string provided by Arc XP
BEARER_TOKEN=your_arc_xp_bearer_token_here
# Arc XP Environment
# Options: "sandbox" or "production"
# Use "sandbox" for testing, "production" for live data
ENV=sandbox
# Arc XP Organization ID
# Your Arc XP organization identifier (e.g., "your-org-name")
# This is used to generate unique ANS IDs and format API URLs
ORG=your_organization_id
# Arc XP Website ID
# The website identifier where content will be published
# This is used in the ANS
WEBSITE=your_website_id
# Temporal Server URL (Optional)
# Default: localhost:7233 (for local development)
# For production: use your Temporal server address (e.g., "temporal.your-domain.com:7233")
TEMPORAL_SERVER_URL=localhost:7233
# Extract API Endpoint URL (Optional)
# Default: http://127.0.0.1:8000/ (for local fake-news mock CMS)
# Update this to point to your actual CMS API endpoint
EXTRACT_API_URL=http://127.0.0.1:8000/