1
0
mirror of https://github.com/MaxenceG2M/github-release-notifier.git synced 2025-12-08 13:53:24 +00:00
Files
github-release-notifier/conf.ini

13 lines
234 B
INI

[config]
github_api_url = https://api.github.com/repos/
smtp_port = 25
smtp_server = localhost
sender_email = sender@host.eu
receiver_email = receiver@anotherhost.eu
[projects]
projects = [
"borgbackup/borg",
"microsoft/vscode"
]