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
Maxence G. de Montauzan 74e6488044 Dockerfile & docker compose
Adapt configuration for tests purposes
Justfile to simplificate flow
2023-09-11 00:44:13 +02:00

13 lines
234 B
INI

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