Skip to content
Snippets Groups Projects
Commit 005f5d19 authored by xeruf's avatar xeruf
Browse files

apps/status: correct gatus option formatting

parent cbb0bdcc
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,12 @@ data:
username: "${outgoing_mail_smtp_user}"
password: "${outgoing_mail_smtp_password}"
host: "${outgoing_mail_smtp_host}"
port: "${outgoing_mail_smtp_port}"
port: ${outgoing_mail_smtp_port}
to: "${outgoing_mail_from_address}"
client:
insecure: false
default-alert:
enabled: "${outgoing_mail_enabled}"
enabled: ${outgoing_mail_enabled}
description: "health check failed"
send-on-resolved: true
failure-threshold: 9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment