Skip to content

Commit

Permalink
환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
enbraining committed Dec 16, 2023
1 parent 671eb8a commit 6894d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
password: ${DB_PASSWORD}
driver-class-name: org.postgresql.Driver
mail:
host: smtp.gmail.com
host: ${MAIL_HOST}
port: 587
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
Expand All @@ -31,5 +31,5 @@ spring:
password: 1

jwt:
secret: MjFmcnlmc2RmamE3OXlZRnNkRnN5ZGY5eWZzZGhnSGdxZWc0Mwo=
secret: ${JWT_SECRET}
expired: 86400

0 comments on commit 6894d1a

Please sign in to comment.