Skip to content

Commit

Permalink
Merge pull request #76 from taking/taking
Browse files Browse the repository at this point in the history
FIx: docker application.properties error fixed
  • Loading branch information
taking authored Nov 14, 2023
2 parents a9b889b + 4d3c225 commit 4e427d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.properties_docker
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lab.cherry.nw.jwtSecret= bGFiLWNoZXJyeS1udy1wcm9qZWN0LXNlY3JldC1rZXkK
lab.cherry.nw.jwtExpirationMs= 86400000

#ADDR
frontend.host={FRONTEND_ADDR:-http://localhost:8080}
frontend.host=${FRONTEND_ADDR:-http://localhost:8080}

#Email
spring.mail.host=${SMTP_ADDRESS:-smtp.localhost.com}
Expand Down

0 comments on commit 4e427d7

Please sign in to comment.