Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ TASK_SYNC_PROVIDER_B=microsoft
TASK_SYNC_STATE_DIR=.task-sync
TASK_SYNC_LOG_LEVEL=info

# Google Tasks
# Google Tasks — https://console.cloud.google.com/
TASK_SYNC_GOOGLE_CLIENT_ID=
TASK_SYNC_GOOGLE_CLIENT_SECRET=
TASK_SYNC_GOOGLE_REFRESH_TOKEN=
TASK_SYNC_GOOGLE_TASKLIST_ID=@default
# TASK_SYNC_GOOGLE_TASKLIST_ID=@default

# Microsoft To Do
# Microsoft To Do — https://portal.azure.com/
TASK_SYNC_MS_CLIENT_ID=
TASK_SYNC_MS_TENANT_ID=common
TASK_SYNC_MS_CLIENT_SECRET=
TASK_SYNC_MS_TENANT_ID=consumers
TASK_SYNC_MS_REFRESH_TOKEN=
# TASK_SYNC_MS_LIST_ID=
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ yarn-error.log*

# OS
.DS_Store

# web
web/.next/
web/node_modules/
web/out/
web/next-env.d.ts
Loading