Skip to content

Commit 2be2db0

Browse files
updated and working application
1 parent ac2d848 commit 2be2db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
1717
spring.mail.host=smtp.gmail.com
1818
spring.mail.port=465
1919
spring.mail.username=exhibit4real@gmail.com
20-
spring.mail.password=bvhoumqrsgxipkdt
20+
spring.mail.password=[]
2121
spring.mail.properties.mail.smtp.auth=true
2222
spring.mail.properties.mail.smtp.starttls.enable=true
2323
spring.mail.properties.mail.smtp.ssl.enable=true
@@ -27,7 +27,7 @@ spring.mail.properties.mail.smtp.ssl.enable=true
2727
# - JWT PROPERTIES
2828
# =========================================================
2929
lgs.jwtExpirationMs=89999999
30-
lgs.jwtSecretKey=ulw+8TNdn7IQSFh4YU5RkF9lRHriLg7udv5Pxn2DaCiZOOHKsHXSmqmNDeaVQ0lwg/a4bJCRWw5lXghr8vY9Eg==
30+
lgs.jwtSecretKey=[]
3131

3232

3333
# =========================================================

0 commit comments

Comments
 (0)