Skip to content

Commit 1c8e0bd

Browse files
committed
chore:이메일 ã설정 누락
1 parent 1c85b16 commit 1c8e0bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

back/src/main/resources/application-prod.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,21 @@ spring:
2424
default_batch_fetch_size: 100
2525
kafka:
2626
bootstrap-servers: kafka:29092
27+
mail:
28+
host: smtp.gmail.com
29+
port: 587
30+
username: ${MAIL_USERNAME}
31+
password: ${MAIL_PASSWORD}
32+
properties:
33+
mail:
34+
smtp:
35+
auth: true
36+
starttls:
37+
enable: true
38+
required: true
39+
connectiontimeout: 5000
40+
timeout: 5000
41+
writetimeout: 5000
2742

2843
logging:
2944
level:

0 commit comments

Comments
 (0)