forked from Mirroring/github-release-notifier
11 lines
218 B
INI
11 lines
218 B
INI
[global]
|
|
smtp-host = mailpit
|
|
smtp-port = 1025
|
|
email-to = max@ence.fr
|
|
email-from = ofelia@container.sh
|
|
|
|
[job-exec "notifier"]
|
|
schedule = @every 30s
|
|
container = github-release-notifier
|
|
command = python3 /app/notifier.py
|