update .env-example

This commit is contained in:
Pedro Pérez 2024-12-10 22:03:05 +01:00
parent 563e9ba5c0
commit 5412d9079f

View File

@ -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