Skip to content

Commit

Permalink
setting: redis
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsoftj1123 committed Dec 13, 2023
1 parent 391cbf0 commit 9c35072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ spring:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQL8Dialect
open-in-view: false
redis:
port: 6379
host: ${REDIS_HOST}

jwt:
secret_key: ${SECRET_KEY:asdf}
Expand Down

0 comments on commit 9c35072

Please sign in to comment.