Skip to content

Commit

Permalink
fix: application-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seoshinehyo authored Dec 21, 2024
1 parent 17c0edf commit ee77ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: update
ddl-auto: create

cloud:
aws:
Expand All @@ -22,4 +22,4 @@ cloud:
s3:
bucket: mybucket54
stack:
auto: false
auto: false

0 comments on commit ee77ebb

Please sign in to comment.