Skip to content

Commit

Permalink
Merge pull request #182 from TravelLaboratory/main
Browse files Browse the repository at this point in the history
Dev 최신화
  • Loading branch information
k9want authored Aug 29, 2024
2 parents 50a6247 + a7ef627 commit 544fff1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ spring:
url: ${url}
username: ${username}
password: ${password}
data:
redis:
host: ${redis-host}
port: ${redis-port}

jwt:
secret-key: ${jwt-secret-key}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spring:
on-profile: prod
jpa:
hibernate:
ddl-auto: validate
ddl-auto: update
logging:
level:
root: INFO
Expand Down

0 comments on commit 544fff1

Please sign in to comment.