Files
github-release-notifier/conf.ini
Maxence G. de Montauzan 68fd6e78d9 🔧 Use mailpit instead mailhog
Adjust ofelia crontime to avoid reach Github API limits
2023-12-30 00:39:31 +01:00

13 lines
234 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
[projects]
projects = [
"borgbackup/borg",
"microsoft/vscode"
]