# Environment example for Toggl Track integration
# Required: personal API token from Toggl Track profile
# Never commit your real token. Copy this file to `.env` locally.
TOGGL_API_TOKEN=
# Optional: defaults
# Numeric workspace ID; if unset, the app can call GET /me to detect default
TOGGL_WORKSPACE_ID=
# Numeric project ID to attach to new entries (optional)
TOGGL_PROJECT_ID_DEFAULT=
# Comma-separated tag names (optional)
TOGGL_TAGS_DEFAULT=
# Sync mode: off | push (default push)
TOGGL_SYNC_MODE=push