Skip to content

Commit 4e8a872

Browse files
committed
Infra: 환경변수 추가
- REDIS 패스워드 추가
1 parent 5374b15 commit 4e8a872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ spring:
99
redis:
1010
host: ${REDIS_HOST}
1111
port: 6379
12+
password: ${REDIS_PASSWORD}
1213

1314
config:
1415
import: optional:file:.env[.properties]

0 commit comments

Comments
 (0)