From 5412d9079f738adf0764d83f8516cabb7b2813af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20P=C3=A9rez?= Date: Tue, 10 Dec 2024 22:03:05 +0100 Subject: [PATCH] update .env-example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) 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 +