# Apple Sync Environment Variables
# Copy this file to .env and fill in values as needed.
# NEVER commit a populated .env file to version control.

# Your iCloud Apple ID (email address)
APPLE_ID=user@icloud.com

# App-Specific Password generated at https://appleid.apple.com
# Sign-In and Security → App-Specific Passwords → click "+"
# Format: xxxx-xxxx-xxxx-xxxx
APPLE_APP_PASSWORD=xxxx-xxxx-xxxx-xxxx

# Set to "true" to bypass all CalDAV network calls and use mock fixture data.
# Required for CI/CD environments (no Apple credentials needed).
APPLE_SYNC_MOCK=false

# Controls mock auth failure simulation when APPLE_SYNC_MOCK=true.
# Set to "true" to simulate an authentication failure in tests.
MOCK_AUTH_FAIL=false
