forked from Mirroring/github-release-notifier
17 lines
278 B
INI
17 lines
278 B
INI
[config]
|
|
github_api_url = https://api.github.com/repos/
|
|
smtp_port = 1025
|
|
smtp_server = mailpit
|
|
sender_email = sender@host.eu
|
|
receiver_email = receiver@anotherhost.eu
|
|
|
|
[api.totp]
|
|
enabled = true
|
|
key = mysuperkey
|
|
|
|
[projects]
|
|
projects = [
|
|
"borgbackup/borg",
|
|
"microsoft/vscode"
|
|
]
|