Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
redis 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jan 25, 2024
1 parent 540d93c commit 508bd4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ spring:
uri: ${MONGO_URI}
database: ${MONGO_DB}

redis:
host: ${REDIS_HOST}
port: ${REDIS_PORT}
password: ${REDIS_PW}

servlet:
multipart:
max-file-size: 10MB
Expand Down

0 comments on commit 508bd4b

Please sign in to comment.