mirror of
https://github.com/MaxenceG2M/github-release-notifier.git
synced 2025-12-08 13:53:24 +00:00
Adapt configuration for tests purposes Justfile to simplificate flow
13 lines
234 B
INI
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"
|
|
]
|