Skip to content

Commit

Permalink
Enable clinical reasoning env var
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 1, 2024
1 parent 2903d97 commit fb93bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/forms-server/hapi-endpoint/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export class HapiEndpoint extends Construct {
}),
environment: {
use_apache_address_strategy: 'true',
'hapi.fhir.openapi_enabled': 'false'
'hapi.fhir.openapi_enabled': 'false',
'hapi.fhir.cr.enabled': 'true'
}
});

Expand Down

0 comments on commit fb93bf7

Please sign in to comment.