Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 21, 2024
1 parent 73c9883 commit 098b267
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudformation/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ Conditions:
Mappings:
ApiGwConfig:
dev:
ApiCertificateArn: arn:aws:acm:us-east-1:427040638965:certificate/63ccdf0b-d2b5-44f0-b589-eceffb935c23
ApiCertificateArn: arn:aws:acm:us-east-1:427040638965:certificate/63ccdf0b-d2b5-44f0-b589-eceffb935c23 # DO NOT CHANGE (account constant)
HostedZoneId: Z04502822NVIA85WM2SML # DO NOT CHANGE (account constant)
ApiDomainName: resumes.aws.qa.acmuiuc.org
ValidCorsOrigins:
- https://resumes.qa.acmuiuc.org
- http://localhost:5173
AadValidClientId: 251efa82-f589-42e1-9ebb-e214a4f40a0f
KindeValidClientId: 9dfcd7977da347f3ab55fbb909a4d5cf
HostedZoneId: Z04502822NVIA85WM2SML
prod:
ApiCertificateArn: arn:aws:acm:us-east-1:298118738376:certificate/6142a0e2-d62f-478e-bf15-5bdb616fe705
ApiCertificateArn: arn:aws:acm:us-east-1:298118738376:certificate/6142a0e2-d62f-478e-bf15-5bdb616fe705 # DO NOT CHANGE
HostedZoneId: Z05246633460N5MEB9DBF # DO NOT CHANGE (account constant)
ApiDomainName: resumes.aws.acmuiuc.org
ValidCorsOrigins:
- https://resumes.acm.illinois.edu
AadValidClientId: 5178a6b1-f46d-40a2-b550-1389b9316446
KindeValidClientId: fdacad7aea554755844105f5606da0f6
HostedZoneId: Z05246633460N5MEB9DBF
EnvironmentToCidr:
dev:
SecurityGroupIds:
Expand Down

0 comments on commit 098b267

Please sign in to comment.