update .env-example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user