We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae99028 commit 93f3227Copy full SHA for 93f3227
2 files changed
config/config.json
@@ -201,6 +201,6 @@
201
},
202
"cronJobForEodSync" : "*/60 * * * *",
203
"sampleCSVForUser": "users.csv",
204
- "sampleCSVBucketRegion": "us-west-2",
+ "sampleCSVBucketRegion": "REPLACE_WITH_REGION",
205
"sessionMaxAge" : 900000
206
}
makeconfigs.sh
@@ -91,6 +91,7 @@ jq -r ".baseURL=\"$baseurl\"" "$mytemp/config.json" |
91
jq -r ".route53.domainName=\"${r53_domain_name}\"" |
92
jq -r ".route53.hostedZoneId=\"${r53_hosted_zone}\"" |
93
jq -r ".AWSCognito.region=\"$region\"" |
94
+ jq -r ".sampleCSVBucketRegion=\"$region\"" |
95
jq -r ".enableB2CMode=false" >"${RG_HOME}/config/config.json"
96
echo "Modifying snsConfig.json"
97
if [ -z "$snsprotocol" ]; then
0 commit comments