Skip to content

Commit 34a7386

Browse files
authored
fix prod redis hostname(remove port) (#56)
1 parent 7ec888b commit 34a7386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/aws/production/ecs-task-definition-sse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"environment": [
2727
{
2828
"name": "REDIS_HOST",
29-
"value": "redis-cache.c4q8sw.0001.euw2.cache.amazonaws.com:6379"
29+
"value": "redis-cache.c4q8sw.0001.euw2.cache.amazonaws.com"
3030
}
3131
],
3232
"secrets": [

0 commit comments

Comments
 (0)