Skip to content

Commit

Permalink
chore: REDIS_HOST 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Jul 27, 2024
1 parent d979a1a commit 62aa92c
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 @@ -7,15 +7,15 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: create-drop
ddl-auto: update
properties:
hibernate:
format_sql: true
show-sql: false
open-in-view: false
data:
redis:
host: localhost
host: ${REDIS_HOST}
port: 6379

jwt:
Expand Down

0 comments on commit 62aa92c

Please sign in to comment.