-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for multiple workspaces
* Add support for multiple workspaces closes #22
- Loading branch information
Showing
3 changed files
with
105 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
token = "" # Retrieve your token from https://toggl.com/app/profile | ||
email = "" # Your Email address to send with requests to the toggl API | ||
userId = "" # Get from URL segment when selecting the individual user in this report: https://toggl.com/app/reports/weekly | ||
workspaceId = "" # Get from URL segment when opening settings of the workspace from this page: https://toggl.com/app/workspaces | ||
syncInterval = 5 # Sync interval in minutes. This controls how often the app checks for updates | ||
highlightThreshold = 40 # Threshold in hours to control highlighting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters