# TickTick Integration
# 1. Register app at https://developer.ticktick.com/manage
# 2. Click "+ App Name" and create an app
# 3. Set redirect URI to: http://127.0.0.1:8080
# 4. Copy your Client ID and Client Secret below
TICKTICK_CLIENT_ID=your-client-id-here
TICKTICK_CLIENT_SECRET=your-client-secret-here
TICKTICK_REDIRECT_URI=http://127.0.0.1:8080
# 5. Enter your TickTick account credentials
TICKTICK_USERNAME=your-email@example.com
TICKTICK_PASSWORD=your-password