Skip to content

Commit

Permalink
Merge pull request #165 from GemeenteNijmegen/fix/start-using-product…
Browse files Browse the repository at this point in the history
…ion-scheme

fix: start using production scheme in prod
  • Loading branch information
BramWithaar authored Mar 31, 2023
2 parents f093aa4 + fdf7aa6 commit 3675df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const configurations: { [name: string] : Configuration } = {
codeStarConnectionArn: Statics.codeStarConnectionArn,
includePipelineValidationChecks: false,
setWafRatelimit: true,
useDemoScheme: true, // For now keep this true, so we do not issue valid attributes untill everything works
useDemoScheme: false,
nijmegenSubdomain: 'yivi', // yivi.nijmegen.nl
cnameRecords: {
'_988b6a082afeb2260ef3a85673b887c8.yivi-issue.auth-prod.csp-nijmegen.nl': '_e38b4911aa3741d5dda4456d86105c4e.btsqtkxpyp.acm-validations.aws',
Expand Down

0 comments on commit 3675df6

Please sign in to comment.