Skip to content

Commit

Permalink
refactor(store): application.yml의 redis 관련 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
govl6113 committed Nov 6, 2023
1 parent e999ce6 commit 52229df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spring:
ddl-auto: update
data:
redis:
host: ENC(pCIBlNunKRquFLxqCT3VgUicVCF6Z1si)
host: ENC(Vu1yuZNRQp9ZpKbWf9/RPQ==)
port: 6379

management:
Expand Down
4 changes: 4 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spring:
database: postgresql
hibernate:
ddl-auto: create-drop
data:
redis:
host: ENC(pCIBlNunKRquFLxqCT3VgUicVCF6Z1si)
port: 6379

management:
endpoints:
Expand Down

0 comments on commit 52229df

Please sign in to comment.