Files
SneakyMon/.env.example

13 lines
390 B
Plaintext

LOG_LEVEL=INFO
# MAILPIT VARS
MP_SMTP_AUTH=email@example.com:supersecretpassword
MP_SMTP_TLS_CERT=sans:mailpit.local
MP_SMTP_TLS_KEY=sans:mailpit.local
MP_WEBHOOK_URL=http://sneaky_mon_webhook:8088/hook
# SNEAKYMON VARS
GOTIFY_URL=https://yourgotify.server.com
GOTIFY_TOKEN=YourTokenForGotify
MAILPIT_API=http://mailpit:8025 # <-- this points to above, it can even be the IP if you want.