Skip to content

Commit

Permalink
build: remove tmp env var from ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
leite08 committed May 7, 2024
1 parent 7b7912f commit 11a5a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/lib/fhir-server-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ export class FHIRServerStack extends Stack {
SPRING_PROFILES_ACTIVE: props.config.environmentType,
DB_URL: dbUrl,
DB_USERNAME: dbCreds.username,
TEMPORARY: "temporary-env-var",
},
},
healthCheckGracePeriod: Duration.seconds(120),
Expand Down

0 comments on commit 11a5a80

Please sign in to comment.