Skip to content

Commit

Permalink
Add FORMS_SERVER_URL='https://smartforms.csiro.au/api/fhir' env to de…
Browse files Browse the repository at this point in the history
…ployed $assemble
  • Loading branch information
fongsean committed Jul 4, 2024
1 parent a7e2eec commit dfef7f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployment/forms-server/assemble-endpoint/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ export class AssembleEndpoint extends Construct {
logging: AwsLogDriver.awsLogs({
streamPrefix: 'forms-server-assemble',
logRetention: RetentionDays.ONE_MONTH
})
}),
environment: {
FORMS_SERVER_URL: 'https://smartforms.csiro.au/api/fhir'
}
});

this.service = new FargateService(this, 'FormsServerAssembleService', {
Expand Down

0 comments on commit dfef7f5

Please sign in to comment.