Create .env
add env
This commit is contained in:
parent
8e2f7de0b1
commit
647e7939fa
1 changed files with 7 additions and 0 deletions
7
examples/watchtower/.env
Normal file
7
examples/watchtower/.env
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue