-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 885 Bytes
/
.env.example
File metadata and controls
16 lines (12 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TripIt iCal feed URL (from TripIt settings → Calendar Feed)
TRIPIT_ICAL_URL=https://www.tripit.com/feed/ical/private/XXXXXXXX-XXXXXXXXXXXXXXXXXXXX/tripit.ics
# Reclaim.ai API token (from Reclaim settings → Integrations → API)
RECLAIM_API_TOKEN=your-reclaim-api-token-here
# Optional: AWS SNS topic ARN for email notifications on sync changes
# SNS_TOPIC_ARN=arn:aws:sns:us-west-1:123456789012:reclaim-tripit-sync
# Optional: Comma-separated trip names to ignore (case-insensitive substring match)
# Useful for family trips where you're not traveling but still tracking flights in TripIt
# TRIPIT_IGNORE_TRIPS=Family trip to Paris,Kids spring break
# Optional: Comma-separated keywords — any trip whose name contains one of these is ignored
# Handy for filtering by family member names (e.g. "Daniel's Trip" matches keyword "daniel")
# TRIPIT_IGNORE_KEYWORDS=daniel,sarah