Skip to content

Commit

Permalink
feat: 설정파일에서 redis 연결부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Nov 14, 2024
1 parent 37a48b4 commit 20aa368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ aws:
accessKey: ${AWS_S3_ACCESS_KEY}
secretKey: ${AWS_S3_SECRET_KEY}
bucketName: ${AWS_S3_BUCKET_NAME}
redis:
host: localhost
port: 6379
# redis:
# host: localhost
# port: 6379

oauth:
kakaoClientId: ${KAKAO_CLIENT_ID}
Expand Down

0 comments on commit 20aa368

Please sign in to comment.