Skip to content

Commit

Permalink
Merge pull request #422 from TrandPick/development
Browse files Browse the repository at this point in the history
refactor: 배포환경에 따른 변수명 변경 (#415)
  • Loading branch information
angelSuho authored Aug 13, 2023
2 parents 81293bf + 188e448 commit 1bc8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spring:
password: ${custom.dataSource.password}
jpa:
hibernate:
ddl-auto: update
ddl-auto: create
data:
redis:
host: ${redis.host}
Expand Down

0 comments on commit 1bc8954

Please sign in to comment.