Skip to content

Commit

Permalink
Create .env
Browse files Browse the repository at this point in the history
add env
  • Loading branch information
l4rm4nd authored Jan 14, 2024
1 parent 8e2f7de commit 647e793
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/watchtower/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SMTP_PORT=587
SMTP_USER=[email protected]
SMTP_PASS=mysmtppassword
SMTP_MAIL_FROM=[email protected]
SMTP_MAIL_TO=[email protected]
SMTP_SERVER=smtp.google.com
API_TOKEN=My-HTTP-API-Token

0 comments on commit 647e793

Please sign in to comment.