Skip to content

Commit

Permalink
Merge pull request #10 from aws-cloud-clubs/feature/match
Browse files Browse the repository at this point in the history
feat: update application properties
  • Loading branch information
wwingyou committed Aug 2, 2024
2 parents e30e7c6 + 99e54b6 commit 6d97f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
password: ${DATASOURCE_PASSWORD}
jpa:
hibernate:
ddl-auto: create-drop
ddl-auto: update
data:
redis:
host: ${REDIS_HOST}
Expand Down

0 comments on commit 6d97f9a

Please sign in to comment.