diff --git a/.env.example b/.env.example index 6335496..e7b0ed0 100644 --- a/.env.example +++ b/.env.example @@ -8,3 +8,9 @@ DATASOURCE=postgresql://developer:secret@localhost:5432/db?sslmode=disable ASYMMETRICKEY= # in minutes DURATION= +# SMTP for sending emails +SMTP_HOST=localhost +SMTP_PORT=1025 +SMTP_USER=noreply@example.com +SMTP_PASS=123456 +