Skip to content

Commit c43651e

Browse files
Merge pull request #1494 from credebl/fix/add-variables-in-env-demo-and-sample
fix: added missing env variables in env demo and sample
2 parents a4d9755 + eda8bf8 commit c43651e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.env.demo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ ECS_SUBNET_ID=subnet-xxxxxxxx
176176
INBOUND_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
177177
ADMIN_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
178178

179+
CLUSTER_NAME=CREDO-CONTROLLER-CLUSTER # ECS cluster name for credo controller
180+
TASKDEFINITION_FAMILY=CREDO-CONTROLLER-TASKDEFINITION # ECS taskdefinition name for credo controller
181+
PROTOCOL=http
182+
AWS_ACCOUNT_ID=xxxxx // Please provide your AWS account Id
183+
S3_BUCKET_ARN=arn:aws:s3:::xxxxx // Please provide your AWS bucket arn
184+
179185
# To add more client add the following variables for each additional client.
180186
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
181187
# Default client will not need the following details

.env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ ECS_SUBNET_ID=subnet-xxxxxxxx
197197
INBOUND_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
198198
ADMIN_TG_ARN=arn:aws:elasticloadbalancing:<region>:<account-id>:targetgroup/<name>/<id>
199199

200+
CLUSTER_NAME=CREDO-CONTROLLER-CLUSTER # ECS cluster name for credo controller
201+
TASKDEFINITION_FAMILY=CREDO-CONTROLLER-TASKDEFINITION # ECS taskdefinition name for credo controller
202+
PROTOCOL=http
203+
200204
# To add more client add the following variables for each additional client.
201205
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
202206
# Default client will not need the following details

0 commit comments

Comments
 (0)