Skip to content

Commit 3c7fa8e

Browse files
authored
Update application.properties
I have removed this password for security
1 parent f87c38c commit 3c7fa8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spring.data.initialization=always
1515
# FOR EMAIL INTEGRATION
1616
spring.mail.host=smtp.gmail.com
1717
spring.mail.port=587
18-
spring.mail.username=javadeveloperbackend999@gmail.com
19-
spring.mail.password=gteforlrksqjmoub
18+
spring.mail.username=
19+
spring.mail.password=
2020
spring.mail.properties.mail.smtp.auth=true
21-
spring.mail.properties.mail.smtp.starttls.enable=true
21+
spring.mail.properties.mail.smtp.starttls.enable=true

0 commit comments

Comments
 (0)