-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (24 loc) · 844 Bytes
/
.env.example
File metadata and controls
33 lines (24 loc) · 844 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
30
31
32
33
# Iterable CLI Configuration
# ============================================================
# API Authentication
# ============================================================
# Your Iterable API key
ITERABLE_API_KEY=your_iterable_api_key_here
# Iterable API base URL (defaults to US)
# ITERABLE_BASE_URL=https://api.iterable.com
# ============================================================
# Development & Debugging
# ============================================================
# Enable debug mode for API logging
ITERABLE_DEBUG=false
# Logging configuration
LOG_LEVEL=info
LOG_JSON=false
LOG_STDERR=true
# Timeouts
API_TIMEOUT=30000
# ============================================================
# Testing (development only)
# ============================================================
CLEANUP_TEST_DATA=true
TEST_TIMEOUT=15000