From 0701c7989fcb592c21e48de14bf8a0f98a231bf6 Mon Sep 17 00:00:00 2001 From: ht3064 <145987233+ht3064@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:57:47 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=B0=B0=ED=8F=AC=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EC=97=90=EC=84=9C=20Redis=20=EC=84=9C=EB=B2=84?= =?UTF-8?q?=EA=B0=80=20=EC=A2=85=EB=A3=8C=EB=90=98=EB=8A=94=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95=20(#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: redis yml 수정 * fix: task definition 파일 수정 --- src/main/resources/application-redis.yml | 4 ++-- task-definition.json | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-redis.yml b/src/main/resources/application-redis.yml index afca41b..778feec 100644 --- a/src/main/resources/application-redis.yml +++ b/src/main/resources/application-redis.yml @@ -4,6 +4,6 @@ spring: on-profile: "redis" data: redis: - host: ${REDIS_HOST} - port: ${REDIS_PORT:6379} + host: ${REDIS_HOST:localhost} + port: ${REDIS_HOST:6379} password: ${REDIS_PASSWORD:} \ No newline at end of file diff --git a/task-definition.json b/task-definition.json index b224b73..a883eb3 100644 --- a/task-definition.json +++ b/task-definition.json @@ -78,10 +78,6 @@ { "name": "AWS_ENDPOINT", "valueFrom": "arn:aws:secretsmanager:ap-northeast-2:122971469363:secret:playauto/gmp-2dXhTZ:AWS_ENDPOINT::" - }, - { - "name": "REDIS_HOST", - "valueFrom": "arn:aws:secretsmanager:ap-northeast-2:122971469363:secret:playauto/gmp-2dXhTZ:REDIS_HOST::" } ], "ulimits": [],