-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fc311a
commit 86dcacb
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ alarms = [ | |
] | ||
|
||
# A list of notifier types that are enabled | ||
notifiers = ["telegram", "desktop"] | ||
#notifiers = ["desktop"] | ||
#notifiers = ["telegram", "desktop"] | ||
notifiers = ["desktop"] | ||
|
||
# Specifies the git repository data | ||
# If private_key_path not empty, this fetcher is selected | ||
[fetcher_git] | ||
url = "[email protected]:me/myrepo.git" | ||
private_key_path = "/home/path/to/key" | ||
#url = "[email protected]:me/myrepo.git" | ||
#private_key_path = "/home/path/to/key" | ||
|
||
# Specifies the directory where the iCal files are stored | ||
[fetcher_filesystem] | ||
|