# TickTick API credentials
# These are required to authenticate with the TickTick API
# Get these from https://developer.ticktick.com
TICKTICK_CLIENT_ID=your_client_id_here
TICKTICK_CLIENT_SECRET=your_client_secret_here
# The following values will be automatically populated when you run the authentication flow
# using 'uv run -m ticktick_mcp.cli auth' or 'ticktick-auth'
# DO NOT EDIT THESE MANUALLY unless you know what you're doing
TICKTICK_ACCESS_TOKEN=
TICKTICK_REFRESH_TOKEN=