Skip to content

Commit 58ff7c2

Browse files
authored
Merge pull request #8 from asepindrak/feat/workspace-and-email
Feat/workspace and email
2 parents e64a4e7 + 0098a74 commit 58ff7c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6448
-2056
lines changed

.env.sample

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,13 @@ S3_REGION=
4040
S3_ACCESS_KEY=
4141
S3_SECRET_KEY=
4242
# S3 COMPATIBLE STORAGE
43-
S3_ENDPOINT_URL=
43+
S3_ENDPOINT_URL=
44+
45+
# Mail Server
46+
SMTP_HOST=host.docker.internal
47+
SMTP_PORT=587
48+
SMTP_USER=
49+
SMTP_PASS=
50+
SMTP_SECURE=false # true untuk SMTPS(465), false untuk STARTTLS (587)
51+
FROM_NAME=CommitFlow
52+
FROM_ADDRESS=

0 commit comments

Comments
 (0)