File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ S3_ENDPOINT_URL=
4646# Mail Server
4747SMTP_HOST = host.docker.internal
4848SMTP_PORT = 587
49- SMTP_USER =
49+ SMTP_USER = task@commitflow.space
5050SMTP_PASS =
5151SMTP_SECURE = false # true untuk SMTPS(465), false untuk STARTTLS (587)
5252FROM_NAME = CommitFlow
53- FROM_ADDRESS =
53+ FROM_ADDRESS = task@commitflow.space
Original file line number Diff line number Diff line change @@ -224,6 +224,15 @@ S3_ACCESS_KEY=
224224S3_SECRET_KEY=
225225# S3 COMPATIBLE STORAGE
226226S3_ENDPOINT_URL=
227+
228+ # Mail Server
229+ SMTP_HOST=host.docker.internal
230+ SMTP_PORT=587
231+ SMTP_USER=task@commitflow.space
232+ SMTP_PASS=
233+ SMTP_SECURE=false # true for SMTPS(465), false for STARTTLS (587)
234+ FROM_NAME=CommitFlow
235+ FROM_ADDRESS=task@commitflow.space
227236```
228237
229238> ** Note:** Use ` db ` as the PostgreSQL host inside Docker (not ` localhost ` ).
You can’t perform that action at this time.
0 commit comments