Skip to content

Commit e502715

Browse files
committed
fix: redis_host원복
1 parent dbbd95d commit e502715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ spring:
4848

4949
data:
5050
redis:
51-
host: ${REDIS_HOST}
52-
port: ${REDIS_PORT}
51+
host: redis
52+
port: 6379
5353

5454
cloud:
5555
aws:

0 commit comments

Comments
 (0)