diff --git a/examples/watchtower/.env b/examples/watchtower/.env new file mode 100644 index 0000000..818afdb --- /dev/null +++ b/examples/watchtower/.env @@ -0,0 +1,7 @@ +SMTP_PORT=587 +SMTP_USER=watchtower@example.com +SMTP_PASS=mysmtppassword +SMTP_MAIL_FROM=watchtower@example.com +SMTP_MAIL_TO=watchtower@example.com +SMTP_SERVER=smtp.google.com +API_TOKEN=My-HTTP-API-Token