From acd37f349b5b340836a2b4270b570d872d7ea145 Mon Sep 17 00:00:00 2001 From: "sahil.kamble@ayanworks.com" Date: Thu, 20 Nov 2025 21:38:14 +0530 Subject: [PATCH] chore:update-env-demo Signed-off-by: sahil.kamble@ayanworks.com --- .env.demo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.demo b/.env.demo index 87c39697c..4e1a29563 100644 --- a/.env.demo +++ b/.env.demo @@ -173,8 +173,8 @@ AGENT_API_KEY='supersecret-that-too-16chars' ECS_SECURITY_GROUP_ID=sg-xxxxxxxxxxxxxxxxx FILESYSTEMID=fs-xxxxxxxx ECS_SUBNET_ID=subnet-xxxxxxxx -INBOUND_TG_ARN=arn:aws:elasticloadbalancing:::targetgroup// -ADMIN_TG_ARN=arn:aws:elasticloadbalancing:::targetgroup// +INBOUND_TG_ARN=arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/inbound-tg/8a7f1cd3e2b94b12 +ADMIN_TG_ARN=arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/admin-tg/4c1e9fa7bb2143c8 CLUSTER_NAME=CREDO-CONTROLLER-CLUSTER # ECS cluster name for credo controller TASKDEFINITION_FAMILY=CREDO-CONTROLLER-TASKDEFINITION # ECS taskdefinition name for credo controller