update .env-example
This commit is contained in:
parent
563e9ba5c0
commit
5412d9079f
@ -8,3 +8,9 @@ DATASOURCE=postgresql://developer:secret@localhost:5432/db?sslmode=disable
|
|||||||
ASYMMETRICKEY=
|
ASYMMETRICKEY=
|
||||||
# in minutes
|
# in minutes
|
||||||
DURATION=
|
DURATION=
|
||||||
|
# SMTP for sending emails
|
||||||
|
SMTP_HOST=localhost
|
||||||
|
SMTP_PORT=1025
|
||||||
|
SMTP_USER=noreply@example.com
|
||||||
|
SMTP_PASS=123456
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user