Skip to content

Commit 93f3227

Browse files
committed
Changes for 1.11.3
1 parent ae99028 commit 93f3227

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@
201201
},
202202
"cronJobForEodSync" : "*/60 * * * *",
203203
"sampleCSVForUser": "users.csv",
204-
"sampleCSVBucketRegion": "us-west-2",
204+
"sampleCSVBucketRegion": "REPLACE_WITH_REGION",
205205
"sessionMaxAge" : 900000
206206
}

makeconfigs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jq -r ".baseURL=\"$baseurl\"" "$mytemp/config.json" |
9191
jq -r ".route53.domainName=\"${r53_domain_name}\"" |
9292
jq -r ".route53.hostedZoneId=\"${r53_hosted_zone}\"" |
9393
jq -r ".AWSCognito.region=\"$region\"" |
94+
jq -r ".sampleCSVBucketRegion=\"$region\"" |
9495
jq -r ".enableB2CMode=false" >"${RG_HOME}/config/config.json"
9596
echo "Modifying snsConfig.json"
9697
if [ -z "$snsprotocol" ]; then

0 commit comments

Comments
 (0)