mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
6 hours ago cf7fcc2bd3c99b5eb4bdfac2752bee2b82a593f7
config/config.example.yaml
@@ -41,10 +41,12 @@
  email:
    # Enable email notifications on build failures
    enabled: false
    # Send email every time the script is run or only on failures
    email_everytime: true
    # Recipient email address
    to: ""
    # Sender email address
    from: "archbuild@localhost"
    from: "archrepobuild@localhost"
    # SMTP server settings
    smtp_host: "localhost"
    smtp_port: 25
@@ -84,4 +86,4 @@
# Logging configuration
log_level: "INFO"  # DEBUG, INFO, WARNING, ERROR, CRITICAL
# Uncomment to also log to file:
# log_file: "/var/log/archbuild.log"
# log_file: "/var/log/archrepobuild.log"